Module Api_intf.Text

module Text: sig .. end

type t = string 
val ocaml_of_t : t -> Ocaml.t
val t_of_ocaml : (t, Ocaml.t) Meta_conv.Types.Decoder.t
val t_of_ocaml_exn : (t, Ocaml.t) Meta_conv.Types.Decoder.t_exn
val t_of_json : string Json_conv.decoder
val t_of_json_exn : string Json_conv.decoder_exn
val json_of_t : 'a -> 'b