Skip to content
Snippets Groups Projects
Commit 08dab195 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 1999-08-24 08:47:13 by simonpj]

When recompiling with GHC 4.02 and Keith's new type representations,
it seems that I need UVar to be in Var.hi-boot.  I don't think this
will be the case with the better handling of SOURCE import in
4.04, but for now I'm just going ahead and adding the UVar synonym
to the Var.hi-boot files.
parent a6020f2d
No related merge requests found
_interface_ Var 1
_exports_
Var Var Id setIdName ;
Var Var TyVar Id setIdName ;
_declarations_
-- Used by Name
1 type Id = Var ;
1 type TyVar = Var ;
1 type UVar = Var ;
1 data Var ;
1 setIdName _:_ Id -> Name.Name -> Id ;;
__interface Var 1 0 where
__export Var Var Id setIdName ;
__export Var Var TyVar Id setIdName ;
-- Used by Name
1 type Id = Var;
1 type TyVar = Var;
1 type UVar = Var;
1 data Var ;
1 setIdName :: Id -> Name.Name -> Id ;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment