From: simonm Date: Tue, 3 Feb 1998 11:37:26 +0000 (+0000) Subject: [project @ 1998-02-03 11:37:26 by simonm] X-Git-Tag: Approx_2487_patches~1009 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=d6891236bf3658dce2020e11bb509bc7e8fe145d;p=ghc-hetmet.git [project @ 1998-02-03 11:37:26 by simonm] Not used anymore. --- diff --git a/ghc/compiler/basicTypes/Unique.hi-boot b/ghc/compiler/basicTypes/Unique.hi-boot deleted file mode 100644 index 96175be..0000000 --- a/ghc/compiler/basicTypes/Unique.hi-boot +++ /dev/null @@ -1,7 +0,0 @@ -_interface_ Unique 1 -_exports_ -Unique Unique Uniquable(uniqueOf) mkUniqueGrimily; -_declarations_ -1 class Uniquable a where {uniqueOf :: a -> Unique} ; -1 data Unique = MkUnique GHC.Int# ; -1 mkUniqueGrimily _:_ GHC.Int# -> Unique ;;