From: Michael Orlitzky Date: Tue, 5 Mar 2019 04:32:28 +0000 (-0500) Subject: src/Cardinal.hs: remove unused language pragma. X-Git-Tag: 1.0.1~14 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=b99812f0461140689e148251856825d61e68902b src/Cardinal.hs: remove unused language pragma. --- diff --git a/src/Cardinal.hs b/src/Cardinal.hs index 6017fa1..74a729f 100644 --- a/src/Cardinal.hs +++ b/src/Cardinal.hs @@ -1,9 +1,3 @@ -{-# LANGUAGE NoMonomorphismRestriction #-} - --- --- Disable the MR so that let tp = testProperty does what it should! --- - -- | The Cardinal module contains the Cardinal data type, representing -- a cardinal direction (one of the 26 directions surrounding the -- center of a cube. In addition to those 26 directions, we also