diff options
Diffstat (limited to 'compiler/stgSyn/StgSyn.hs')
-rw-r--r-- | compiler/stgSyn/StgSyn.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stgSyn/StgSyn.hs b/compiler/stgSyn/StgSyn.hs index 56978f868c..93b6e76264 100644 --- a/compiler/stgSyn/StgSyn.hs +++ b/compiler/stgSyn/StgSyn.hs @@ -568,7 +568,7 @@ type StgRhs = GenStgRhs Id Id type StgAlt = GenStgAlt Id Id {- Many passes apply a substitution, and it's very handy to have type - synonyms to remind us whether or not the subsitution has been applied. + synonyms to remind us whether or not the substitution has been applied. See CoreSyn for precedence in Core land -} |