Module B00_serialk_sexp.Sexpq
type error_kind = [ | `Key_unbound of string * string list| `Msg of string| `Nth_unbound of int * int| `Out_of_dom of string * string * string list
]val app : ('a -> 'b) t -> 'a t -> 'b tval ($) : ('a -> 'b) t -> 'a t -> 'b tval pair : 'a t -> 'b t -> ('a * 'b) tval bind : 'a t -> ('a -> 'b t) -> 'b tval map : ('a -> 'b) -> 'a t -> 'b tval some : 'a t -> 'a option tval fold : atom:'a t -> list:'a t -> 'a tval atom_to : kind:string -> (string -> ('a, string) result) -> 'a tval fold_list : ('a -> 'b -> 'b) -> 'a t -> 'b -> 'b tval list : 'a t -> 'a list tval nth : ?absent:'a -> int -> 'a t -> 'a tval delete_nth : must_exist:bool -> int -> Sexp.t tval key : ?absent:'a -> string -> 'a t -> 'a tval delete_key : must_exist:bool -> string -> Sexp.t tval atomic : 'a t -> 'a tval option : 'a t -> 'a option t