package DAGaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type leaf = int option
type edge = bool
type node = nax
val string_of_leaf : int option GuaCaml.STools.ToS.t
val string_of_edge : bool -> string
val string_of_node : nax -> string
val iob_leaf : int option GuaCaml.BTools.IoB.t
val iob_edge : bool GuaCaml.BTools.IoB.t
val iob_node : (nax -> bool list -> bool list) * (bool list -> nax * bool list)
type !'i next' = (leaf, 'i) GuaCaml.Tree.gnext
type !'i edge' = edge * 'i next'
type !'i node' = node * 'i edge' * 'i edge'
val iob_node' : ('a GuaCaml.BTools.ToB.t * 'a GuaCaml.BTools.OfB.t) -> (nax * (bool * (int option, 'a) GuaCaml.Tree.gnext) * (bool * (int option, 'a) GuaCaml.Tree.gnext), GuaCaml.BTools.ToB.stream) GuaCaml.O3.o3s
val __check_reverse__ : bool
OCaml

Innovation. Community. Security.