containers
A modular, clean and powerful extension of the OCaml standard library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
back to documentation root
package containers
-
containers
-
containers.data
-
containers.monomorphic
-
containers.sexp
-
containers.top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library containers
Module
CCBool
Basic Bool functions
Total ordering on booleans, similar to Pervasives.compare
.
val to_int : t -> int
to_int true = 1
, to_int false = 0
.
- since 2.7
val of_int : int -> t
of_int i
is the same as i <> 0
- since 2.7
type 'a printer = Format.formatter -> 'a -> unit
ON THIS PAGE