X-Git-Url: https://gitweb.michael.orlitzky.com/?p=spline3.git;a=blobdiff_plain;f=src%2FFunctionValues.hs;fp=src%2FFunctionValues.hs;h=632a7f4bd7370d2867fd2af61bf528233661a985;hp=dc1f0d00f6fd7cc4a6bc36fa67b54efd5d2037d7;hb=70f47e1795fac88c669a64f179430797293d6f58;hpb=dbb641b1534f7b3a24d5b6f4479b91f1fd681c54 diff --git a/src/FunctionValues.hs b/src/FunctionValues.hs index dc1f0d0..632a7f4 100644 --- a/src/FunctionValues.hs +++ b/src/FunctionValues.hs @@ -1,3 +1,6 @@ +-- The "value_at" function pattern matches on some integers, but +-- doesn't handle the "otherwise" case, for performance reasons. +{-# OPTIONS_GHC -Wno-incomplete-patterns #-} {-# LANGUAGE BangPatterns #-} -- | The FunctionValues module contains the 'FunctionValues' type and