base
Full standard library replacement for OCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package base
-
base
-
-
base.base_internalhash_types
-
base.caml
-
base.md5
-
base.shadow_stdlib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library base
module type Sexp_of_m = sig ... end
module type M_of_sexp = sig ... end
module type Compare_m = sig ... end
module type Equal_m = sig ... end
module type Hash_fold_m = Hasher.S
val m__t_of_sexp :
(module M_of_sexp with type comparator_witness = 'cmp and type t = 'elt) ->
Sexp.t ->
( 'elt, 'cmp ) t
val hash_fold_m__t :
(module Hash_fold_m with type t = 'elt) ->
Hash.state ->
( 'elt, _ ) t ->
Hash.state
val hash_m__t : (module Hash_fold_m with type t = 'elt) -> ( 'elt, _ ) t -> int
ON THIS PAGE
No table of contents