From ed5abcc97716009f048ca04084226aee2b99b474 Mon Sep 17 00:00:00 2001 From: simonpj Date: Wed, 9 Jul 2003 12:51:37 +0000 Subject: [PATCH] [project @ 2003-07-09 12:51:37 by simonpj] Remove redundant Var.hi-boot --- ghc/compiler/basicTypes/Var.hi-boot | 10 ---------- ghc/compiler/basicTypes/Var.hi-boot-5 | 8 -------- ghc/compiler/basicTypes/Var.hi-boot-6 | 7 ------- 3 files changed, 25 deletions(-) delete mode 100644 ghc/compiler/basicTypes/Var.hi-boot delete mode 100644 ghc/compiler/basicTypes/Var.hi-boot-5 delete mode 100644 ghc/compiler/basicTypes/Var.hi-boot-6 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 ;; diff --git a/ghc/compiler/basicTypes/Var.hi-boot-5 b/ghc/compiler/basicTypes/Var.hi-boot-5 deleted file mode 100644 index ee50bf2..0000000 --- a/ghc/compiler/basicTypes/Var.hi-boot-5 +++ /dev/null @@ -1,8 +0,0 @@ -__interface Var 1 0 where -__export Var Var TyVar Id setIdName ; --- Used by Name -1 type Id = Var; -1 type TyVar = Var; -1 data Var ; -1 setIdName :: Id -> Name.Name -> Id ; - diff --git a/ghc/compiler/basicTypes/Var.hi-boot-6 b/ghc/compiler/basicTypes/Var.hi-boot-6 deleted file mode 100644 index 2a9ec4f..0000000 --- a/ghc/compiler/basicTypes/Var.hi-boot-6 +++ /dev/null @@ -1,7 +0,0 @@ -module Var where - --- Used by Name -type Id = Var -type TyVar = Var -data Var -setIdName :: Id -> Name.Name -> Id -- 1.7.10.4