]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/FunctionValues.hs
Export the record accessors from FunctionValues.
[spline3.git] / 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,