Module type Piecewise_linear.S

module type S = sig .. end

type key 
type t 
include Sexpable
include Binable
val create : (key * float) list ->
(t, string) Result.t
val get : t -> key -> float