X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FEverything.hs;h=1e2e844adf566d3a0a75c4f3e66d8d12138c481d;hb=c1f5bcdd6e978da6fe2182c69c6155d4b134646c;hp=e25e7242e2db20bc4ac8b2884dcada74453cbddf;hpb=c954154b379c5bd444d527298c33142fb150711b;p=spline3.git diff --git a/src/Everything.hs b/src/Everything.hs index e25e724..1e2e844 100644 --- a/src/Everything.hs +++ b/src/Everything.hs @@ -1,3 +1,5 @@ +{-# OPTIONS_HADDOCK hide, prune, ignore-exports #-} + -- | This module just imports the others. Useful in GHCi sessions. module Everything ( module X @@ -6,13 +8,13 @@ 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 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