B00_serialk_sexp.Sexp
type !'a fmt = Format.formatter -> 'a -> unit
type loc = B00_serialk_text.Tloc.t
val loc_nil : B00_serialk_text.Tloc.t
val a_meta_nil : a_meta
val l_meta_nil : l_meta
val atom : string -> t
val get_atom : t -> string
val pp_error_kind : unit -> error_kind fmt
type error = error_kind * loc
val seq_of_string :
?file:B00_serialk_text.Tloc.fpath ->
string ->
(t, error) result
val seq_of_string' :
?pp_error:error fmt ->
?file:B00_serialk_text.Tloc.fpath ->
string ->
(t, string) result
val seq_to_string : t -> string
val pp_key : string fmt
type path = index list