X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FEverything.hs;h=096d18f29edc8448def23d3f7d1da94d75e636f3;hb=6c6ca17ba52b570cc50c1a9546ee9b6a5d3266fd;hp=f1f5677aba8d8f733da372a16159639cef1440d9;hpb=bab188df696499067542db6777d9b1389813fecc;p=spline3.git diff --git a/src/Everything.hs b/src/Everything.hs index f1f5677..096d18f 100644 --- a/src/Everything.hs +++ b/src/Everything.hs @@ -10,7 +10,8 @@ module Everything ( module Misc, module Point, module RealFunction, - module Tetrahedron + module Tetrahedron, + module Values ) where @@ -25,3 +26,4 @@ import Misc import Point import RealFunction import Tetrahedron hiding (fv) +import Values