GuaCaml
GuaCaml : Generic Unspecific Algorithmic in OCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Channel : sig ... end
type !'a t = Channel.t -> 'a -> unit
val bool : bool t
val char : char t
val unary : int t
val sized_int : int -> int t
val int : int t
val int_le : int -> int t
val int' : int -> int -> int t
val float : float t
val string : string t
val int_option : int option t
val unit : unit t
val bool_list : bool list t
val bool_option_list : bool option list t
val sized_bool_list : bool list t
val sized_unit_list : unit list t
val btree : 'a t -> 'a Tree.btree t
val btree_code :
?pf:( 'a -> bool list -> unit ) option ->
'a Tree.btree ->
'a t
val huffman_btree :
?pf:( 'a -> bool list -> unit ) option ->
'a t ->
'a Tree.btree t
val hctx3_dag_core :
( 'ctx -> 'ident -> ( int, bool ) result ) ->
( 'ctx -> 'ident -> int -> unit ) ->
( 'link -> 'ident ) ->
( Channel.t -> ( 'ctx -> 'link -> unit ) -> 'ctx -> 'link -> unit ) ->
( 'ctx -> int -> ( int, bool ) result t ) ->
( 'ctx -> int ) ->
( 'ctx -> int ) ->
Channel.t ->
'ctx ->
'link ->
unit
val ofbstream : Channel.t -> OfBStream.Channel.t -> unit
val sum_list : ?min:int -> int -> int list t