]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Added the Everything module.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 10 Jun 2011 17:11:39 +0000 (13:11 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 10 Jun 2011 17:11:39 +0000 (13:11 -0400)
src/Everything.hs [new file with mode: 0644]

diff --git a/src/Everything.hs b/src/Everything.hs
new file mode 100644 (file)
index 0000000..1c8d738
--- /dev/null
@@ -0,0 +1,15 @@
+-- | This module just imports the others. Useful in GHCi sessions.
+module Everything
+where
+
+import Cardinal
+import Comparisons
+import Cube
+import Examples
+import Face
+import FunctionValues
+import Grid
+import Misc
+import Point
+import RealFunction
+import Tetrahedron