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