module Piecewise_linear: Piecewise_linear
Piecewise_linear
module type Key = sig .. end
sig
end
module type S = sig .. end
module Make: functor (Key : Key) -> S with type key = Key.t
functor (
Key
:
) ->
S
with type key = Key.t
module Time: S with type key = Time.t
with type key = Time.t
module Float: S with type key = float
with type key = float
module Int: S with type key = int
with type key = int