Skip to content

Commit

Permalink
[lec10] typo in cbn/cbv
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Dec 5, 2024
1 parent a4e16bb commit bdc0f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/cbn-cbv.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ _Strategy_ question: where and under which conditions can these rules be applied

Example:

f y → (λ x → x) f (f y)) ((λ z → z) 42)
y f → (λ x → x) f (f y)) ((λ z → z) 42)


### Substitution
Expand Down

0 comments on commit bdc0f57

Please sign in to comment.