]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Export the record accessors from FunctionValues.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 4 Oct 2011 18:57:59 +0000 (14:57 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 4 Oct 2011 18:57:59 +0000 (14:57 -0400)
src/FunctionValues.hs

index 74e212386a77b535b42c290b5f52180f63ca207a..ec8f35e28b271d36f8ed8277bcc733552cbc73a2 100644 (file)
@@ -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,