X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FRealFunction.hs;h=d461ae2f7d95fd1babe673d576c185bcee1e8de4;hb=3f7331f579118687cd73b977ce6aa7d401f88a09;hp=cf98029a5f4948d71375ca0e8c188e19a2d39527;hpb=248880a645548e5d1910814dd9023e2af80e16ac;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