Module Deriving_Json.Json_float

type a = float
val t : a t
val write : Stdlib.Buffer.t -> a -> unit
val to_string : a -> string
val from_string : string -> a