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 : (bool * int) GuaCaml.STools.ToS.t
val string_of_edge : (int * (Ldd_B_o_uc0_types.tag * int) list) 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 : (bool * int) GuaCaml.BTools.ToB.t * (bool * int) GuaCaml.BTools.OfB.t
val iob_edge : (int * (Ldd_B_o_uc0_types.tag * int) list) GuaCaml.BTools.ToB.t * (int * (Ldd_B_o_uc0_types.tag * int) list) 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) -> ((int * (Ldd_B_o_uc0_types.tag * int) list) * (bool * int, 'a) GuaCaml.Tree.gnext) GuaCaml.BTools.ToB.t * ((int * (Ldd_B_o_uc0_types.tag * int) list) * (bool * int, 'b) GuaCaml.Tree.gnext) GuaCaml.BTools.OfB.t
val iob_node' : ('a GuaCaml.BTools.ToB.t * 'b GuaCaml.BTools.OfB.t) -> (unit * ((int * (Ldd_B_o_uc0_types.tag * int) list) * (bool * int, 'a) GuaCaml.Tree.gnext) * ((int * (Ldd_B_o_uc0_types.tag * int) list) * (bool * int, 'a) GuaCaml.Tree.gnext)) GuaCaml.BTools.ToB.t * (unit * ((int * (Ldd_B_o_uc0_types.tag * int) list) * (bool * int, 'b) GuaCaml.Tree.gnext) * ((int * (Ldd_B_o_uc0_types.tag * int) list) * (bool * int, 'b) GuaCaml.Tree.gnext)) GuaCaml.BTools.OfB.t
val arity_node : (unit * ((int * 'a) * 'b) * ((int * 'c) * 'd)) -> int
val arity_edge : (('a * 'b) * 'c) -> 'a
val __check_reverse__ : bool