Functor Piecewise_linear.Make


module Make: 
functor (Key : Key) -> S with type key = Key.t
Parameters:
Key : Key

type key 
type t 
include Sexpable
val create : (key * float) list ->
[ `Fail of string | `Succeed of t ]
val get : t -> key -> float