From: Michael Orlitzky Date: Tue, 5 Mar 2019 04:36:17 +0000 (-0500) Subject: src/FunctionValues.hs: disable incomplete pattern match warnings. X-Git-Tag: 1.0.1~12 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=70f47e1795fac88c669a64f179430797293d6f58;hp=70f47e1795fac88c669a64f179430797293d6f58;p=spline3.git src/FunctionValues.hs: disable incomplete pattern match warnings. This module has an incomplete match by design, too. Ignore it. ---