]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/RealFunction.hs
Comment some test-only functions.
[spline3.git] / src / RealFunction.hs
index 14afb910e523a2ba611e7ef3d50317cbbf7ffdb4..d461ae2f7d95fd1babe673d576c185bcee1e8de4 100644 (file)
@@ -1,6 +1,10 @@
-{-# LANGUAGE TypeSynonymInstances #-}
+{-# LANGUAGE FlexibleInstances #-}
 
-module RealFunction
+module RealFunction (
+  RealFunction,
+  cmult,
+  fexp
+  )
 where