base
Full standard library replacement for OCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package base
-
base
-
-
base.caml
-
base.md5
-
base.shadow_stdlib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val hash_fold_t :
( Hash.state -> 'f -> Hash.state ) ->
( Hash.state -> 's -> Hash.state ) ->
Hash.state ->
( 'f, 's ) t ->
Hash.state
include Invariant.S2 with type ('a, 'b) t := ( 'a, 'b ) t
val invariant : ( 'a -> unit ) -> ( 'b -> unit ) -> ( 'a, 'b ) t -> unit
val value : ( 'a, 'a ) t -> 'a
val iter :
( 'a, 'b ) t ->
first:( 'a -> unit ) ->
second:( 'b -> unit ) ->
unit
val value_map : ( 'a, 'b ) t -> first:( 'a -> 'c ) -> second:( 'b -> 'c ) -> 'c
module type Focused = sig ... end
val is_first : ( _, _ ) t -> bool
val is_second : ( _, _ ) t -> bool
val first : 'f -> ( 'f, _ ) t
first
and second
are First.return
and Second.return
.
val second : 's -> ( _, 's ) t
module Export : sig ... end
ON THIS PAGE
No table of contents