package DAGaml

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