Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Update 18.02-continuation_passing_style
Browse files Browse the repository at this point in the history
  • Loading branch information
renatocf committed Jun 24, 2015
1 parent 499632c commit 77a690c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 18.02-continuation_passing_style
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Ex:
; (λ (arg resto) (resto (ação arg)) )

- Original:
((λ (a) (+ (* a 2) b)) 2)
((λ (a) (+ (* a 2) 5)) 2)

- CPS:
(
Expand Down

0 comments on commit 77a690c

Please sign in to comment.