]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
src/FunctionValues.hs: disable incomplete pattern match warnings.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 04:36:17 +0000 (23:36 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 04:36:17 +0000 (23:36 -0500)
This module has an incomplete match by design, too. Ignore it.

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