X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FFunctionValues.hs;h=632a7f4bd7370d2867fd2af61bf528233661a985;hb=70f47e1795fac88c669a64f179430797293d6f58;hp=dc1f0d00f6fd7cc4a6bc36fa67b54efd5d2037d7;hpb=83ef0aaeae074756e4ee90d72d3e27e74e136061;p=spline3.git 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