-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Class for interpolation of values -- -- Class for interpolation of values. @package math-interpolate @version 0.1.0.1 -- | Class for interpolation of values module Data.Interpolate -- | Class for interpolation of values class Interpolate a interpolate :: Interpolate a => a -> a -> Rational -> a instance Data.Interpolate.Interpolate (GHC.Real.Ratio GHC.Integer.Type.Integer) instance Data.Interpolate.Interpolate GHC.Types.Int instance Data.Interpolate.Interpolate GHC.Integer.Type.Integer instance Data.Interpolate.Interpolate GHC.Word.Word8 instance Data.Interpolate.Interpolate GHC.Types.Word