Module Mavryk_benchmark.Sparse_vec

module R = Stdlib.Float

Our favorite "ring"

module type S = sig ... end
module Make (M : Mavryk_base.TzPervasives.Map.S) : S with type t = R.t M.t and type basis = M.key
module String : S with type t = R.t Mavryk_base.TzPervasives.String.Map.t and type basis = string