package DAGaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val uniq : (int * int) GuaCaml.STools.ToS.t
val pair : (int * int * int) GuaCaml.STools.ToS.t
val leaf : unit GuaCaml.STools.ToS.t
val edge : (bool * (int * int)) GuaCaml.STools.ToS.t
val node : unit GuaCaml.STools.ToS.t
val next' : 'a GuaCaml.STools.ToS.t -> (unit, 'a) GuaCaml.Tree.gnext -> string
val edge' : 'a GuaCaml.STools.ToS.t -> ((bool * (int * int)) * (unit, 'a) GuaCaml.Tree.gnext) GuaCaml.STools.ToS.t
val node' : 'a GuaCaml.STools.ToS.t -> (unit * ((bool * (int * int)) * (unit, 'a) GuaCaml.Tree.gnext) * ((bool * (int * int)) * (unit, 'a) GuaCaml.Tree.gnext)) GuaCaml.STools.ToS.t