Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Mar 29, 2024
1 parent 62ee914 commit 7ecb2fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/lang0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Lambda calculus.

- Implement call-by-need lazy evaluation.
- A name must be defined before used, thus no mutual recursion.
- Allow non-mutual recursive by `(fixpoint)`.
- Allow direct recursive by `(fixpoint)`.


```scheme
Expand All @@ -16,4 +16,5 @@ Lambda calculus.
(lambda (name) ret)
(fixpoint name body)
(fix f)
```

0 comments on commit 7ecb2fb

Please sign in to comment.