X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FFunctionValues.hs;h=ec8f35e28b271d36f8ed8277bcc733552cbc73a2;hb=cf2126c163fc1cf26175da1c7200a0ec1e3e034d;hp=74e212386a77b535b42c290b5f52180f63ca207a;hpb=2af8560d6b29fa9acd861f67473096e026529da3;p=spline3.git 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,