X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FVar.hi-boot;fp=ghc%2Fcompiler%2FbasicTypes%2FVar.hi-boot;h=b33cd1f3a511b4ac26c4bd622f8e1f6b883fe424;hb=18976e614fd90a8d81ced2c3e9cd8e38d72a1f40;hp=0586d902900a72d9f9b6f4f7a2b01ce928617b21;hpb=f3bed25cb37981ef391f750cae58280e71cd80bc;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/Var.hi-boot b/ghc/compiler/basicTypes/Var.hi-boot index 0586d90..b33cd1f 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 Id setIdName ; _declarations_ -- Used by Name 1 type Id = Var ; 1 data Var ; +1 setIdName _:_ Id -> Name.Name -> Id ;; +