summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-05-12 14:22:12 +0100
committerIan Lynagh <ian@well-typed.com>2013-05-12 14:22:12 +0100
commitfe427ea5b31b86a9fd4ec8b8d91125f899d43d54 (patch)
treef1ef37e0ed010031ac1e73fb4cefa11e3feb4926
parent40cdee723d26d9eaac059a0ae897127dd802c675 (diff)
downloadhaskell-fe427ea5b31b86a9fd4ec8b8d91125f899d43d54.tar.gz
Remove an old commented out import
-rw-r--r--compiler/typecheck/TcHsSyn.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/typecheck/TcHsSyn.lhs b/compiler/typecheck/TcHsSyn.lhs
index 1e2961258d..e67b3ab04f 100644
--- a/compiler/typecheck/TcHsSyn.lhs
+++ b/compiler/typecheck/TcHsSyn.lhs
@@ -60,7 +60,6 @@ import Bag
import FastString
import Outputable
import Util
--- import Data.Traversable( traverse )
\end{code}
\begin{code}