diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-02-14 14:37:43 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-02-14 14:37:43 +0000 |
commit | 599aaf4e4dbb94a484eed5f624404194c6ca1fb9 (patch) | |
tree | a2d9c0755064b5c5b5c2c9b5843a2fcd48cfbce4 /compiler/prelude/PrelNames.lhs-boot | |
parent | f20312f90db4a0c8dc9d6e91b2a4b3a370b2f9c9 (diff) | |
download | haskell-599aaf4e4dbb94a484eed5f624404194c6ca1fb9.tar.gz |
Better pretty-printing for HsType, fixes Trac #7645
Diffstat (limited to 'compiler/prelude/PrelNames.lhs-boot')
-rw-r--r-- | compiler/prelude/PrelNames.lhs-boot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/prelude/PrelNames.lhs-boot b/compiler/prelude/PrelNames.lhs-boot index c14695b060..7b5365e621 100644 --- a/compiler/prelude/PrelNames.lhs-boot +++ b/compiler/prelude/PrelNames.lhs-boot @@ -1,9 +1,10 @@ - \begin{code} module PrelNames where import Module +import Unique mAIN :: Module +liftedTypeKindTyConKey :: Unique \end{code} |