X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FVar.hi-boot;h=f7cf7c043acde12c2f2c157ccf2db31975c53a34;hb=983d2d8ef49562b38a30d3ecda740796fcc6d4b0;hp=0586d902900a72d9f9b6f4f7a2b01ce928617b21;hpb=b2b7e08e10d85c3769f9e4bef7d7bc37e276c208;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/Var.hi-boot b/ghc/compiler/basicTypes/Var.hi-boot index 0586d90..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 ; +1 type TyVar = Var ; 1 data Var ; +1 setIdName _:_ Id -> Name.Name -> Id ;;