X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FRealFunction.hs;h=d461ae2f7d95fd1babe673d576c185bcee1e8de4;hb=3f7331f579118687cd73b977ce6aa7d401f88a09;hp=cf98029a5f4948d71375ca0e8c188e19a2d39527;hpb=cf2126c163fc1cf26175da1c7200a0ec1e3e034d;p=spline3.git diff --git a/src/RealFunction.hs b/src/RealFunction.hs index cf98029..d461ae2 100644 --- a/src/RealFunction.hs +++ b/src/RealFunction.hs @@ -1,6 +1,10 @@ {-# LANGUAGE FlexibleInstances #-} -module RealFunction +module RealFunction ( + RealFunction, + cmult, + fexp + ) where