X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FVar.hi-boot;h=f7cf7c043acde12c2f2c157ccf2db31975c53a34;hb=983d2d8ef49562b38a30d3ecda740796fcc6d4b0;hp=00c7d6d3ba520a2b8fc9327adcdf3875e20ed8ab;hpb=438596897ebbe25a07e1c82085cfbc5bdb00f09e;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/Var.hi-boot b/ghc/compiler/basicTypes/Var.hi-boot index 00c7d6d..f7cf7c0 100644 --- a/ghc/compiler/basicTypes/Var.hi-boot +++ b/ghc/compiler/basicTypes/Var.hi-boot @@ -1,8 +1,10 @@ _interface_ Var 1 _exports_ -Var Var Id ; +Var Var TyVar Id setIdName ; _declarations_ -- Used by Name -1 type Id = Var BasicTypes.Unused BasicTypes.Unused ; -1 data Var a b ; +1 type Id = Var ; +1 type TyVar = Var ; +1 data Var ; +1 setIdName _:_ Id -> Name.Name -> Id ;;