Float.Stable
Note that float
is already stable by itself, since as a primitive type it is an integral part of the sexp / bin_io protocol. Float.Stable
exists only to introduce Float.Stable.Set
and Float.Stable.Map
, and provide interface uniformity with other stable types.
module V1 : sig ... end