From: Michael Orlitzky Date: Tue, 5 Mar 2019 00:55:49 +0000 (-0500) Subject: src/RealFunction.hs: ignore orphan instance warnings. X-Git-Tag: 1.0.1~46 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=d3c559655599970d7e438701f6d780e49491c9d5;hp=d3c559655599970d7e438701f6d780e49491c9d5;p=spline3.git src/RealFunction.hs: ignore orphan instance warnings. I'm pretty sure I don't want to make RealFunction a newtype, although I haven't tested the performance impact. But I definitely don't want to see these warnings. Use a pragma thingy to ignore them. ---