]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/RealFunction.hs
Clean up imports/exports.
[spline3.git] / src / RealFunction.hs
index cf98029a5f4948d71375ca0e8c188e19a2d39527..d461ae2f7d95fd1babe673d576c185bcee1e8de4 100644 (file)
@@ -1,6 +1,10 @@
 {-# LANGUAGE FlexibleInstances #-}
 
-module RealFunction
+module RealFunction (
+  RealFunction,
+  cmult,
+  fexp
+  )
 where