X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FEverything.hs;h=9a666e7bdea9bd0493c6abcd9e5546f32c0a9d1a;hb=358bf407e2b0a21b4d4e6864b05d1609a5a970de;hp=af74566550fca08ab1ff1edcbeee513284272143;hpb=3a954903101eca7594a65824868517b9758e188d;p=spline3.git diff --git a/src/Everything.hs b/src/Everything.hs index af74566..9a666e7 100644 --- a/src/Everything.hs +++ b/src/Everything.hs @@ -1,21 +1,19 @@ {-# OPTIONS_HADDOCK hide, prune, ignore-exports #-} -- | This module just imports the others. Useful in GHCi sessions. -module Everything ( - module X -) +-- +module Everything ( module X ) where import Cardinal as X import Comparisons as X -import Cube as X hiding (h) import Examples as X -import Face as X hiding (v0,v1,v2,v3) +import Face as X hiding ( v0, v1, v2, v3 ) import FunctionValues as X -import Grid as X +import Grid as X import Misc as X -import MRI as X import Point as X import RealFunction as X import Tetrahedron as X import Values as X +import Volumetric as X