Module Ppx_deriving_yojson_runtimeSource

Sourcetype 'a error_or = ('a, string) Stdlib.result
Sourceval (>>=) : 'a error_or -> ('a -> 'b error_or) -> 'b error_or
Sourceval (>|=) : 'a error_or -> ('a -> 'b) -> 'b error_or
Sourceval map_bind : ('a -> 'b error_or) -> 'b list -> 'a list -> 'b list error_or
Sourceval safe_map : ('a -> 'b) -> 'a list -> 'b list

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

val (=) : 'a -> 'a -> bool
module List : module type of Stdlib.List
module String : module type of Stdlib.String
module Bytes : module type of Stdlib.Bytes
module Int32 : module type of Stdlib.Int32
module Int64 : module type of Stdlib.Int64
module Nativeint : module type of Stdlib.Nativeint
module Array : module type of Stdlib.Array
Sourcemodule Result : sig ... end