Fix typo
This commit is contained in:
parent
8688b303ac
commit
5956cdf121
1 changed files with 1 additions and 2 deletions
|
|
@ -199,8 +199,7 @@ collectScsExp = \case
|
||||||
where
|
where
|
||||||
(scs, e') = collectScsExp e
|
(scs, e') = collectScsExp e
|
||||||
|
|
||||||
-- Collect supercombinators from binds, the rhss, and the expression,
|
-- Collect supercombinators from binds, the rhss, and the expression.
|
||||||
-- and the rhss.
|
|
||||||
--
|
--
|
||||||
-- > f = let
|
-- > f = let
|
||||||
-- > sc = rhs
|
-- > sc = rhs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue