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