From: Michael Orlitzky Date: Fri, 10 Jun 2011 17:11:39 +0000 (-0400) Subject: Added the Everything module. X-Git-Tag: 0.0.1~285 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=6753d25156abb39ec68b715782b49f525e70b991;p=spline3.git Added the Everything module. --- diff --git a/src/Everything.hs b/src/Everything.hs new file mode 100644 index 0000000..1c8d738 --- /dev/null +++ b/src/Everything.hs @@ -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