From bbf98604132c0d8907273c5c80fa000e7ec670a6 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 27 Aug 2011 19:08:20 -0400 Subject: [PATCH] Add the Values module to Everything. --- src/Everything.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.43.2