[project @ 2002-01-03 11:43:41 by simonmar]
authorsimonmar <unknown>
Thu, 3 Jan 2002 11:43:41 +0000 (11:43 +0000)
committersimonmar <unknown>
Thu, 3 Jan 2002 11:43:41 +0000 (11:43 +0000)
Export nonEmptySRT.

ghc/compiler/stgSyn/StgSyn.lhs

index 7fd945a..293aa94 100644 (file)
@@ -31,7 +31,7 @@ module StgSyn (
        StgOp(..),
 
        -- SRTs
-       SRT(..), noSRT,
+       SRT(..), noSRT, nonEmptySRT,
 
        -- utils
        stgBindHasCafRefs,  stgRhsArity, getArgPrimRep,