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 : Ldd_B_u_nuc_types.block -> string
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_node : unit GuaCaml.BTools.ToB.t * unit GuaCaml.BTools.OfB.t
val arity_node : ('a * (Ldd_B_u_nuc_types.block * 'b) * (Ldd_B_u_nuc_types.block * 'c)) -> int
val arity_edge : (Ldd_B_u_nuc_types.block * 'a) -> int
val __check_reverse__ : bool