From b99812f0461140689e148251856825d61e68902b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 4 Mar 2019 23:32:28 -0500 Subject: [PATCH] src/Cardinal.hs: remove unused language pragma. --- src/Cardinal.hs | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.43.2