diff options
| author | sof <unknown> | 1997-06-05 21:22:15 +0000 |
|---|---|---|
| committer | sof <unknown> | 1997-06-05 21:22:15 +0000 |
| commit | 9a205a3859ceb0a7eda2a65921e7cc41d2465800 (patch) | |
| tree | 090d026d9dbd9f49d450977e539f5543973844c6 | |
| parent | b65f921eff0bddc7c2953c38da9df858a103e8e8 (diff) | |
| download | haskell-9a205a3859ceb0a7eda2a65921e7cc41d2465800.tar.gz | |
[project @ 1997-06-05 21:22:15 by sof]
tidied up
| -rw-r--r-- | ghc/compiler/basicTypes/Id.hi-boot | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ghc/compiler/basicTypes/Id.hi-boot b/ghc/compiler/basicTypes/Id.hi-boot index 6473716d22..f9f54481c2 100644 --- a/ghc/compiler/basicTypes/Id.hi-boot +++ b/ghc/compiler/basicTypes/Id.hi-boot @@ -1,10 +1,7 @@ _interface_ Id 1 _exports_ Id Id GenId StrictnessMark(MarkedStrict NotMarkedStrict) dataConArgTys idType isNullaryDataCon mkDataCon mkTupleCon nmbrId pprId; --- _instances_ --- instance {Outputable.Outputable Id} = $d4; _declarations_ --- 1 $4 _:_ {Outputable.Outputable Id} ;; 1 type Id = Id.GenId Type.Type ; 1 data GenId ty ; 1 data StrictnessMark = MarkedStrict | NotMarkedStrict ; |
