X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FRealFunction.hs;h=d461ae2f7d95fd1babe673d576c185bcee1e8de4;hb=fd3d394c27e3a90de8238b98bd112c4fe3468ee0;hp=14afb910e523a2ba611e7ef3d50317cbbf7ffdb4;hpb=40d8f23c7abd648e1e147c7457244c31dc9b20e4;p=spline3.git diff --git a/src/RealFunction.hs b/src/RealFunction.hs index 14afb91..d461ae2 100644 --- a/src/RealFunction.hs +++ b/src/RealFunction.hs @@ -1,6 +1,10 @@ -{-# LANGUAGE TypeSynonymInstances #-} +{-# LANGUAGE FlexibleInstances #-} -module RealFunction +module RealFunction ( + RealFunction, + cmult, + fexp + ) where