diff options
author | krasimir <unknown> | 2005-04-12 16:49:31 +0000 |
---|---|---|
committer | krasimir <unknown> | 2005-04-12 16:49:31 +0000 |
commit | 7e55e663ba1d7af20eb15f7496f0706f3879eef8 (patch) | |
tree | e87295cca3b338372e5ad189e54e8a519b1f8f87 /ghc/compiler/codeGen | |
parent | 4ce6370b895d654dcccabd794b96dc1d03fbd649 (diff) | |
download | haskell-7e55e663ba1d7af20eb15f7496f0706f3879eef8.tar.gz |
[project @ 2005-04-12 16:49:31 by krasimir]
Few changes to GHC API:
* The Instance type is removed. Each instance is represented as dictonary Id.
Now there is:
isDictonaryId :: Id -> Bool
predicate which allows to distinguish them.
* The full list of all available predicates of type (Id -> Bool) is exported
* Few predicates for TyCon are exported
* checkModule is removed. It isn't used anymore. Instead the full load is made.
The hook API will be required at some time in order to make available the
parsed/typechecked source.
Diffstat (limited to 'ghc/compiler/codeGen')
0 files changed, 0 insertions, 0 deletions