From: simonmar Date: Thu, 3 Jan 2002 11:43:41 +0000 (+0000) Subject: [project @ 2002-01-03 11:43:41 by simonmar] X-Git-Tag: Approximately_9120_patches~335 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8ec6cc30f339956cf3004dfeb708eec34aebe97a;p=ghc-hetmet.git [project @ 2002-01-03 11:43:41 by simonmar] Export nonEmptySRT. --- diff --git a/ghc/compiler/stgSyn/StgSyn.lhs b/ghc/compiler/stgSyn/StgSyn.lhs index 7fd945a..293aa94 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,