summaryrefslogtreecommitdiff
path: root/compiler/utils/OutputableAnnotation.hs
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2017-07-26 22:38:52 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2017-07-26 22:38:52 +0000
commit36b847896360d4e9b7ae86b4b1e664b8af476d2b (patch)
tree0e58403c15697a5f04364722109a86135be1a543 /compiler/utils/OutputableAnnotation.hs
parent48889bcd2371facda52e01bd7a7017c57bbe8159 (diff)
downloadhaskell-36b847896360d4e9b7ae86b4b1e664b8af476d2b.tar.gz
Some more references and actually export binder type
Need to do some refinement about where definition sites are printed but this will do for now.
Diffstat (limited to 'compiler/utils/OutputableAnnotation.hs')
-rw-r--r--compiler/utils/OutputableAnnotation.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/OutputableAnnotation.hs b/compiler/utils/OutputableAnnotation.hs
index 1ad2d83e16..71b9c69435 100644
--- a/compiler/utils/OutputableAnnotation.hs
+++ b/compiler/utils/OutputableAnnotation.hs
@@ -1,5 +1,5 @@
{-# LANGUAGE GADTs #-}
-module OutputableAnnotation (PExpr(..), BindType, varBinder, varReference) where
+module OutputableAnnotation (PExpr(..), BindType(..), varBinder, varReference) where
import CoreSyn
import Outputable ( OutputableBndr(..))