package DAGaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type leaf = ThisT.leaf
type edge = ThisT.edge
type node = ThisT.node
val string_of_leaf : unit GuaCaml.STools.ToS.t
val string_of_edge : (bool * (int * int)) GuaCaml.STools.ToS.t
val string_of_node : unit GuaCaml.STools.ToS.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_leaf : unit GuaCaml.BTools.ToB.t * unit GuaCaml.BTools.OfB.t
val iob_edge : (bool * (int * int)) GuaCaml.BTools.ToB.t * (bool * (int * int)) GuaCaml.BTools.OfB.t
val iob_node : unit GuaCaml.BTools.ToB.t * unit GuaCaml.BTools.OfB.t
val iob_edge' : ('a GuaCaml.BTools.ToB.t * 'b GuaCaml.BTools.OfB.t) -> ((bool * (int * int)) * (unit, 'a) GuaCaml.Tree.gnext) GuaCaml.BTools.ToB.t * ((bool * (int * int)) * (unit, 'b) GuaCaml.Tree.gnext) GuaCaml.BTools.OfB.t
val iob_node' : ('a GuaCaml.BTools.ToB.t * 'b GuaCaml.BTools.OfB.t) -> (unit * ((bool * (int * int)) * (unit, 'a) GuaCaml.Tree.gnext) * ((bool * (int * int)) * (unit, 'a) GuaCaml.Tree.gnext)) GuaCaml.BTools.ToB.t * (unit * ((bool * (int * int)) * (unit, 'b) GuaCaml.Tree.gnext) * ((bool * (int * int)) * (unit, 'b) GuaCaml.Tree.gnext)) GuaCaml.BTools.OfB.t
val arity_node : (unit * (('a * (int * 'b)) * 'c) * (('d * (int * 'e)) * 'f)) -> int
val arity_edge : (('a * ('b * 'c)) * 'd) -> 'b
val __check_reverse__ : bool