jon.recoil.org

Module Float.TerseSource

Sourcetype nonrec t = Core.Float.t
include sig ... end
include Bin_prot.Binable.S__local with type t := Core.Float.Terse.t

This function only needs implementation if t exposed to be a polymorphic variant. Despite what the type reads, this does *not* produce a function after reading; instead it takes the constructor tag (int) before reading and reads the rest of the variant t afterwards.

Sourceval bin_shape_t : Bin_prot.Shape.t
include module type of struct include Base.Float.Terse end with type t := Core.Float.Terse.t
include sig ... end
include Sexplib0.Sexpable.S__stack with type t := Core.Float.Terse.t
val sexp_of_t__stack : Core.Float.Terse.t @ local -> Sexplib0.Sexp.t @ local
val t_sexp_grammar : Core.Float.Terse.t Sexplib0.Sexp_grammar.t @@ portable
include Base.Stringable.S_local_input with type t := Core.Float.Terse.t
val of_string : string @ local -> Core.Float.Terse.t
val to_string : Core.Float.Terse.t @ local -> string