package spin

  1. Overview
  2. Docs

Module Spin.EncoderSource

Sourcetype 'a t = 'a -> Sexplib.Sexp.t
Sourceval string : string t
Sourceval int : int t
Sourceval float : float t
Sourceval bool : bool t
Sourceval nullable : 'a t -> 'a option t
Sourceval list : 'a t -> 'a list t
Sourceval obj : (string * Sexplib.Sexp.t) list t
Sourceval encode_sexp : 'a -> 'a t -> Sexplib.Sexp.t
Sourceval encode_string : 'a -> 'a t -> string
Sourceval encode_sexps_string : 'a -> 'a t -> string
Sourceval encode_file : string -> 'a -> 'a t -> unit
OCaml

Innovation. Community. Security.