fix traceShow fixes #10

This commit is contained in:
Stephen Diehl
2016-04-27 15:27:42 -04:00
parent a9cc28f3b1
commit 561ee5077e
3 changed files with 18 additions and 9 deletions
+4
View File
@@ -17,6 +17,10 @@ import GHC.Num as X
import GHC.Enum as X
import GHC.Real as X
import GHC.Float as X
import GHC.Err as X (
undefined
, error
)
import GHC.Show as X (
Show(..)
)