]> gitweb.michael.orlitzky.com - spline3.git/commit
src/RealFunction.hs: ignore orphan instance warnings.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 00:55:49 +0000 (19:55 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 00:55:49 +0000 (19:55 -0500)
commitd3c559655599970d7e438701f6d780e49491c9d5
tree903fd23c4c3c9f555725f0811ece0ab6502091a4
parent16591937d99af4a899a28fee211cb2285b771abc
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.
src/RealFunction.hs