Add HsCoreTy to HsType
authorsimonpj@microsoft.com <unknown>
Tue, 24 Aug 2010 14:18:45 +0000 (14:18 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 24 Aug 2010 14:18:45 +0000 (14:18 +0000)
commit1a9245caefb80a3c4c5965aaacdf9a607e792e1c
tree89a08ad7fe502167e7f5fc32848e805ba6836297
parentc27e722fcf8ea5fb4dc0c64e9e1d6c4b66abd46c
Add HsCoreTy to HsType

The main thing here is to allow us to provide type
signatures for 'deriving' bindings without pain.
compiler/hsSyn/HsTypes.lhs
compiler/parser/RdrHsSyn.lhs
compiler/rename/RnHsSyn.lhs
compiler/rename/RnTypes.lhs
compiler/typecheck/TcGenDeriv.lhs
compiler/typecheck/TcHsType.lhs