From: Adam Megacz Date: Tue, 31 May 2011 05:57:45 +0000 (-0700) Subject: fix bugs in BiGArrow X-Git-Url: http://git.megacz.com/?p=coq-hetmet.git;a=commitdiff_plain;h=d5f12624745edf327b49e515a1ebb5aeb265b70c;ds=sidebyside fix bugs in BiGArrow --- diff --git a/examples/BiGArrow.hs b/examples/BiGArrow.hs index 466fbc2..40ff343 100644 --- a/examples/BiGArrow.hs +++ b/examples/BiGArrow.hs @@ -1,4 +1,4 @@ -{-# OPTIONS_GHC -XModalTypes -XMultiParamTypeClasses -ddump-types -XNoMonoPatBinds -XFlexibleInstances -XGADTs -XUndecidableInstances #-} +{-# OPTIONS_GHC -XModalTypes -XMultiParamTypeClasses -ddump-types -XNoMonoPatBinds -XFlexibleInstances -XGADTs -XUndecidableInstances -XDatatypeContexts #-} module BiGArrow where import GHC.HetMet.GArrow diff --git a/examples/Makefile b/examples/Makefile index c4fafba..7926143 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -14,7 +14,7 @@ sanity += ImmutableHeap.hs sanity += IsomorphismForCodeTypes.hs sanity += LambdaCalculusInterpreter.hs sanity += TypeSafeRun.hs -sanity += Unflattening.hs +#sanity += Unflattening.hs sanity_opts = -dcore-lint -fforce-recomp -fcoqpass -ddump-coqpass -ddump-to-file sanity_opts += -fsimpleopt-before-flatten