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 t =
| Could_not_construct of Sexp.t | |
| String of string | |
| Exn of exn | |
| Sexp of Sexp.t | |
| Tag_sexp of string * Sexp.t * Caml.Lexing.position option | |
| Tag_t of string * t | |
| Tag_arg of string * Sexp.t * t | |
| Of_list of int option * t list | |
| With_backtrace of t * string | (* The second argument is the backtrace *) |
The internal representation. It is exposed so that we can write efficient serializers outside of this module.
ON THIS PAGE
No table of contents