X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FVar.hi-boot;h=f7cf7c043acde12c2f2c157ccf2db31975c53a34;hb=983d2d8ef49562b38a30d3ecda740796fcc6d4b0;hp=2c4bf100e91a3cdd70e8f0f401821923c4798d54;hpb=451a8613203721d344e26eb043e8af827c58cd7b;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/Var.hi-boot b/ghc/compiler/basicTypes/Var.hi-boot index 2c4bf10..f7cf7c0 100644 --- a/ghc/compiler/basicTypes/Var.hi-boot +++ b/ghc/compiler/basicTypes/Var.hi-boot @@ -1,9 +1,10 @@ _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 data Var ; 1 setIdName _:_ Id -> Name.Name -> Id ;;