X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FEverything.hs;h=096d18f29edc8448def23d3f7d1da94d75e636f3;hb=bbf98604132c0d8907273c5c80fa000e7ec670a6;hp=f1f5677aba8d8f733da372a16159639cef1440d9;hpb=7cb11540c2b74991a117ee0b30b878b4411acb67;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