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 GuaCaml.STools.ToS.t
val string_of_node : nax -> string
val iob_leaf : int option GuaCaml.BTools.ToB.t * int option GuaCaml.BTools.OfB.t
val iob_edge : bool GuaCaml.BTools.ToB.t * bool GuaCaml.BTools.OfB.t
type !'i next' = (leaf, 'i) GuaCaml.Tree.gnext
type !'i edge' = edge * 'i next'
type !'i node' = node * 'i edge' * 'i edge'
val iob_edge' : ('a GuaCaml.BTools.ToB.t * 'b GuaCaml.BTools.OfB.t) -> (bool * (int option, 'a) GuaCaml.Tree.gnext) GuaCaml.BTools.ToB.t * (bool * (int option, 'b) GuaCaml.Tree.gnext) GuaCaml.BTools.OfB.t
val iob_node' : ('a GuaCaml.BTools.ToB.t * 'b GuaCaml.BTools.OfB.t) -> (nax * (bool * (int option, 'a) GuaCaml.Tree.gnext) * (bool * (int option, 'a) GuaCaml.Tree.gnext)) GuaCaml.BTools.ToB.t * (nax * (bool * (int option, 'b) GuaCaml.Tree.gnext) * (bool * (int option, 'b) GuaCaml.Tree.gnext)) GuaCaml.BTools.OfB.t
val __check_reverse__ : bool