summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJose Pedro Magalhaes <jpm@cs.uu.nl>2011-05-04 17:27:49 +0200
committerJose Pedro Magalhaes <jpm@cs.uu.nl>2011-05-04 17:27:49 +0200
commitfed25228aec3f3bd2f91c50d67043d83efb1af18 (patch)
tree93a04929f466dd5db2a2fc62705726382911bf41 /utils
parent91a75b9af1015b053e6904f4ff7bf36c5b1e0ad1 (diff)
downloadhaskell-fed25228aec3f3bd2f91c50d67043d83efb1af18.tar.gz
Remove HsNumTy and TypePati.
They belonged to the old generic deriving mechanism, so they can go. Adapted a lot of code as a consequence.
Diffstat (limited to 'utils')
-rw-r--r--utils/ghctags/Main.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/ghctags/Main.hs b/utils/ghctags/Main.hs
index b3ed58f327..c86a92a226 100644
--- a/utils/ghctags/Main.hs
+++ b/utils/ghctags/Main.hs
@@ -293,7 +293,6 @@ boundThings modname lbinding =
LitPat _ -> tl
NPat _ _ _ -> tl -- form of literal pattern?
NPlusKPat id _ _ _ -> thing id : tl
- TypePat _ -> tl -- XXX need help here
SigPatIn p _ -> patThings p tl
SigPatOut p _ -> patThings p tl
_ -> error "boundThings"