module Piecewise_linear:piece-wise linear interpolation from float-like types to floatsig
..end
module type Key =sig
..end
module type S =sig
..end
module Make:
module Time:S
with type key = Time.t
module Float:S
with type key = float
module Int:S
with type key = int