diff options
author | simonmar <unknown> | 2002-01-03 11:43:41 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-01-03 11:43:41 +0000 |
commit | 8ec6cc30f339956cf3004dfeb708eec34aebe97a (patch) | |
tree | 1d6f5488f8ab599298869578c3ffc5cf6fb4cfb8 | |
parent | 2c71b5dbed008d1d8752b722755143e797debb9d (diff) | |
download | haskell-8ec6cc30f339956cf3004dfeb708eec34aebe97a.tar.gz |
[project @ 2002-01-03 11:43:41 by simonmar]
Export nonEmptySRT.
-rw-r--r-- | ghc/compiler/stgSyn/StgSyn.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/stgSyn/StgSyn.lhs b/ghc/compiler/stgSyn/StgSyn.lhs index 7fd945aae0..293aa9499a 100644 --- a/ghc/compiler/stgSyn/StgSyn.lhs +++ b/ghc/compiler/stgSyn/StgSyn.lhs @@ -31,7 +31,7 @@ module StgSyn ( StgOp(..), -- SRTs - SRT(..), noSRT, + SRT(..), noSRT, nonEmptySRT, -- utils stgBindHasCafRefs, stgRhsArity, getArgPrimRep, |