= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package owl-symbolic
-
owl-symbolic
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type symbol = Owl_symbolic_symbol.t Owl_graph.node
type t = {
mutable sym_nodes : symbol array;
mutable name : string;
mutable node_names : string array;
}
val make_node : Owl_symbolic_symbol.t -> symbol array -> symbol
val null_graph : t
val iter_print : t -> unit
val name : symbol -> string
val length : t -> int
val shape_or_value : symbol -> string
val refnum : 'a Owl_graph.node -> int
val to_dot : t -> string
val set_sym : symbol -> Owl_symbolic_symbol.t -> unit