package DAGaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type extra = unit
type param = unit
type xnode = bool list
type xedge = bool list
val map_next : extra -> param -> ('a, unit -> xedge) GuaCaml.Tree.gnext -> xedge
val map_edge : extra -> param -> (unit -> xedge) M.M.edge' -> xedge
val blist_union : bool list -> bool list -> bool list
val map_node : extra -> param -> (unit -> xedge) M.M.node' -> xnode