package pacomb

  1. Overview
  2. Docs
type 'a base = ('a -> float) array
module type Base = sig ... end
module type Interpolation = sig ... end
module Make (B : Base) : Interpolation with type input = B.input