diff options
| author | sof <unknown> | 1997-06-05 21:20:15 +0000 |
|---|---|---|
| committer | sof <unknown> | 1997-06-05 21:20:15 +0000 |
| commit | 587ae4c26b4f31fa4a83f2ebab8514118b77bf37 (patch) | |
| tree | b899afbdf379e9099302b7b0e8ae09ea32543a14 | |
| parent | de2d5922af2f0b5c34dc329f6b5097badd8a9794 (diff) | |
| download | haskell-587ae4c26b4f31fa4a83f2ebab8514118b77bf37.tar.gz | |
[project @ 1997-06-05 21:20:15 by sof]
tidied up
| -rw-r--r-- | ghc/compiler/basicTypes/Name.hi-boot | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ghc/compiler/basicTypes/Name.hi-boot b/ghc/compiler/basicTypes/Name.hi-boot index 35861ba9e7..24b358b113 100644 --- a/ghc/compiler/basicTypes/Name.hi-boot +++ b/ghc/compiler/basicTypes/Name.hi-boot @@ -1,8 +1,5 @@ _interface_ Name 1 -_usages_ -FastString 1 :: FastString 1; _exports_ -Name Name Module; +Name Name; _declarations_ 1 data Name; -1 type Module = FastString.FastString; |
