From: Michael Orlitzky Date: Tue, 4 Oct 2011 18:57:59 +0000 (-0400) Subject: Export the record accessors from FunctionValues. X-Git-Tag: 0.0.1~106 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=49d681af0c472e3e830b065464203916ac3ab88b Export the record accessors from FunctionValues. --- diff --git a/src/FunctionValues.hs b/src/FunctionValues.hs index 74e2123..ec8f35e 100644 --- a/src/FunctionValues.hs +++ b/src/FunctionValues.hs @@ -1,7 +1,7 @@ -- | The FunctionValues module contains the 'FunctionValues' type and -- the functions used to manipulate it. module FunctionValues ( - FunctionValues, + FunctionValues(..), empty_values, eval, make_values,