Skip to content

Commit

Permalink
ES Alt: removed deprecated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Anabra committed Nov 30, 2019
1 parent 1ad43d1 commit d5f1bcc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ codeGenM = cata folder where

pure $ R caseResultReg

-- NOTE: Currently, the names of the alternatives are ignored by the analysis.
AltF cpat n exp -> do
altNameReg <- newReg
addReg n altNameReg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ codeGenM e = (cata folder >=> const setMainLive) e

pure $ R caseResultReg

-- NOTE: Currently, the names of the alternatives are ignored by the analysis.
AltF cpat n exp -> do
altNameReg <- newReg
addReg n altNameReg
Expand Down

0 comments on commit d5f1bcc

Please sign in to comment.