]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Everything.hs
Add the Values module to Everything.
[spline3.git] / src / Everything.hs
index f1f5677aba8d8f733da372a16159639cef1440d9..096d18f29edc8448def23d3f7d1da94d75e636f3 100644 (file)
@@ -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