projects
/
matthijs
/
master-project
/
cλash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca2a895
)
Add StandalonDeriving language option to Pretty.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 3 Mar 2009 10:56:34 +0000
(11:56 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 3 Mar 2009 10:56:34 +0000
(11:56 +0100)
Pretty.hs
patch
|
blob
|
history
diff --git
a/Pretty.hs
b/Pretty.hs
index 3c007f9c8931116b3c7d3ecd43e689c86806d3d3..d23081e4f1ebcaec65ce960070d1579e8b477e35 100644
(file)
--- a/
Pretty.hs
+++ b/
Pretty.hs
@@
-1,5
+1,9
@@
+-- Needed for the Show deriving for Core types
+{-# LANGUAGE StandaloneDeriving #-}
+
module Pretty (prettyShow) where
+
import qualified Data.Map as Map
import qualified Data.Foldable as Foldable
import qualified List