]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/FunctionValues.hs
src/FunctionValues.hs: disable incomplete pattern match warnings.
[spline3.git] / src / FunctionValues.hs
index dc1f0d00f6fd7cc4a6bc36fa67b54efd5d2037d7..632a7f4bd7370d2867fd2af61bf528233661a985 100644 (file)
@@ -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