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=0000000000000000000000000000000000000000;hb=ed5abcc97716009f048ca04084226aee2b99b474;hp=f7cf7c043acde12c2f2c157ccf2db31975c53a34;hpb=983d2d8ef49562b38a30d3ecda740796fcc6d4b0;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/Var.hi-boot b/ghc/compiler/basicTypes/Var.hi-boot deleted file mode 100644 index f7cf7c0..0000000 --- a/ghc/compiler/basicTypes/Var.hi-boot +++ /dev/null @@ -1,10 +0,0 @@ -_interface_ Var 1 -_exports_ -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 ;;