X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FEverything.hs;h=9a666e7bdea9bd0493c6abcd9e5546f32c0a9d1a;hb=0af9777b4e239028e1a1faeadcc497465a2fd00a;hp=a46fa22f58980e00422ef6c8029fbcf2aaf80a7a;hpb=853dbd6ddf9e8b9b3019af9ce9e2220f84b7609a;p=spline3.git diff --git a/src/Everything.hs b/src/Everything.hs index a46fa22..9a666e7 100644 --- a/src/Everything.hs +++ b/src/Everything.hs @@ -1,20 +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 Point as X import RealFunction as X -import Tetrahedron as X hiding (fv) +import Tetrahedron as X import Values as X +import Volumetric as X