diff options
-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, |