From: Michael Orlitzky Date: Sat, 27 Aug 2011 23:08:20 +0000 (-0400) Subject: Add the Values module to Everything. X-Git-Tag: 0.0.1~216 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=bbf98604132c0d8907273c5c80fa000e7ec670a6 Add the Values module to Everything. --- 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