package DAGaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module M = Ldd_B_o_u.LDD.G0
type extra = {
  1. ldd_man : Ldd_B_o_u.LDD.t;
}
type param = bool option list
type xnode = Ldd_B_o_u.LDD.f
type xedge = Ldd_B_o_u.LDD.f
val map_nU : int -> param -> int * param
val map_edge : extra -> param -> ((int * int) * (Ldd_B_o_u.LDD.G0.M.leaf, param -> xedge) GuaCaml.Tree.gnext) -> xedge
val map_node : extra -> param -> (unit * ((int * int) * (Ldd_B_o_u.LDD.G0.M.leaf, param -> xedge) GuaCaml.Tree.gnext) * ((int * int) * (Ldd_B_o_u.LDD.G0.M.leaf, param -> xedge) GuaCaml.Tree.gnext)) -> xnode