Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val root_var : t -> int
val is_leaf : t -> bool
val is_true : t -> bool
val is_false : t -> bool
val dtrue : unit -> t
val dfalse : unit -> t
val null : unit -> t
val idy : int -> t
val nidy : int -> t
val size : t -> int
val supportsize : t -> int
val support_of_list : int list -> t
val print_mons : t -> unit
val topvar : t -> int
val ithvar : int -> t
val is_cst : t -> bool
val list_of_support : t -> int list