diff --git a/byg/src/ComputationM.hs b/byg/src/ComputationM.hs index 6b40f6f..c564dd2 100644 --- a/byg/src/ComputationM.hs +++ b/byg/src/ComputationM.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE GADTs #-} module ComputationM where import Unsafe.Coerce (unsafeCoerce)