]> gitweb.michael.orlitzky.com - spline3.git/blob - src/Everything.hs
Move the last two MRI-specific variables out of MRI.hs and into the command-line...
[spline3.git] / src / Everything.hs
1 {-# OPTIONS_HADDOCK hide, prune, ignore-exports #-}
2
3 -- | This module just imports the others. Useful in GHCi sessions.
4 module Everything (
5 module X
6 )
7 where
8
9 import Cardinal as X
10 import Comparisons as X
11 import Examples as X
12 import Face as X hiding (v0,v1,v2,v3)
13 import FunctionValues as X
14 import Grid as X
15 import Misc as X
16 import Point as X
17 import RealFunction as X
18 import Tetrahedron as X
19 import Values as X
20 import Volumetric as X