]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Add the Values module to Everything.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 27 Aug 2011 23:08:20 +0000 (19:08 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 27 Aug 2011 23:08:20 +0000 (19:08 -0400)
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