module Float: S with type key = float
S
with type key = float
type key
type t
include Sexpable
include Binable
val create : (key * float) list -> (t, string) Result.t
(key * float) list -> (t, string) Result.t
val get : t -> key -> float
t -> key -> float