Remove unneeded language pragma's from higherordercpu.hs
authorChristiaan Baaij <baaijcpr@wlan228123.mobiel.utwente.nl>
Tue, 2 Mar 2010 09:32:04 +0000 (10:32 +0100)
committerChristiaan Baaij <baaijcpr@wlan228123.mobiel.utwente.nl>
Tue, 2 Mar 2010 09:32:04 +0000 (10:32 +0100)
HigherOrderCPU.hs

index cc242bf50b25f15a7319e1bf485980430708bdb3..fd7471b4f9119257607ccc381f1f0a07b282bb78 100644 (file)
@@ -1,5 +1,4 @@
-{-# LANGUAGE TypeOperators, TemplateHaskell, TypeFamilies, 
-             ScopedTypeVariables, RecordWildCards, FlexibleContexts #-}
+{-# LANGUAGE TypeOperators, TemplateHaskell, TypeFamilies, ScopedTypeVariables #-}
 
 module HigherOrderCPU where