From 6753d25156abb39ec68b715782b49f525e70b991 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 10 Jun 2011 13:11:39 -0400 Subject: [PATCH] Added the Everything module. --- src/Everything.hs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/Everything.hs 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 -- 2.44.2