package DAGaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type extra = {
  1. ldd_man : Ldd_B_o_nucx.LDD.t;
}
type param = bool option list
type xnode = Ldd_B_o_nucx.LDD.f
type xedge = Ldd_B_o_nucx.LDD.f
val map_next : extra -> param -> int -> ('a, param -> xedge) GuaCaml.Tree.gnext -> xedge
val map_U : 'a option list -> (unit -> xedge) -> xedge
val map_X : bool option list -> (unit -> xedge) -> xedge
val map_C : bool option list -> bool -> bool -> int -> (unit -> xedge) -> xedge
val map_tlist : extra -> param -> int -> (Ldd_B_o_nucx.ThisT.tag * int) list -> ('a, param -> xedge) GuaCaml.Tree.gnext -> xedge
val map_edge : extra -> param -> ((int * bool * Ldd_B_o_nucx_types.tlist) * (param -> xedge) Ldd_B_o_nucx_types.next') -> xedge