Ppx_deriving_yojson_runtime
type 'a error_or = ('a, string) result
safe_map f l
returns the same value as List.map f l
, but computes it tail-recursively so that large list lengths don't cause a stack overflow
module List : module type of Stdlib.List
List operations.
module String : module type of Stdlib.String
Strings.
module Bytes : module type of Stdlib.Bytes
Byte sequence operations.
module Int32 : module type of Stdlib.Int32
32-bit integers.
module Int64 : module type of Stdlib.Int64
64-bit integers.
module Nativeint : module type of Stdlib.Nativeint
Processor-native integers.
module Array : module type of Stdlib.Array
Array operations.
module Result : sig ... end