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
type ('a, 'b) t = ( 'a, 'b ) Sequence.Merge_with_duplicates_element.t =
| Left of 'a |
| Right of 'b |
| Both of 'a * 'b |
include Sexplib0.Sexpable.S2 with type ('a, 'b) t := ( 'a, 'b ) t
val t_of_sexp :
( Sexplib0.Sexp.t -> 'a ) ->
( Sexplib0.Sexp.t -> 'b ) ->
Sexplib0.Sexp.t ->
( 'a, 'b ) t
val sexp_of_t :
( 'a -> Sexplib0.Sexp.t ) ->
( 'b -> Sexplib0.Sexp.t ) ->
( 'a, 'b ) t ->
Sexplib0.Sexp.t
ON THIS PAGE
No table of contents