package DAGaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type extra = {
  1. ldd_man : Ldd_B_u_nu.LDD.t;
}
type param = bool option list
type xnode = Ldd_B_u_nu.LDD.f
type xedge = Ldd_B_u_nu.LDD.f
val map_next : extra -> param -> (unit, param -> xedge) GuaCaml.Tree.gnext -> xedge
val swap_su : bool option list -> Ldd_B_u_nu.ThisT.uniq -> Ldd_B_u_nu.ThisT.uniq * bool option list
val map_edge : extra -> param -> ((bool * Ldd_B_u_nu_types.uniq) * (param -> xedge) Ldd_B_u_nu_types.next') -> xedge
val map_node : extra -> param -> (unit * (param -> xedge) Ldd_B_u_nu_types.edge' * (param -> xedge) Ldd_B_u_nu_types.edge') -> xnode