X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FVar.hi-boot-5;fp=ghc%2Fcompiler%2FbasicTypes%2FVar.hi-boot-5;h=65ba3fa9b492f40277858de812b2eef8827682a1;hb=08dab1956c5796d361c412845e038be2d3e17ddf;hp=f337d4759d2b084e5b39b1d4d936365b7fc4dbd3;hpb=a6020f2d39023ae0d29f7ab44265c5c19bf4572f;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/Var.hi-boot-5 b/ghc/compiler/basicTypes/Var.hi-boot-5 index f337d47..65ba3fa 100644 --- a/ghc/compiler/basicTypes/Var.hi-boot-5 +++ b/ghc/compiler/basicTypes/Var.hi-boot-5 @@ -1,7 +1,9 @@ __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 ;