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 3fe20b8 commit 62ee914
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# lang1

[docs/lang1] update NOTE.md and move it to `diary/`
[docs/lang1] fix `freshen` -- be like lang0 with `usedNames`

# lang0

[docs/lang0] remove the builtin `(fix)`
[docs/lang0] recursion only by `(fixpoint)` -- remove by name recursion
[docs/lang0] note about `(fixpoint)` `(fix)` and single recursion by `(fixpoint)`
[docs/lang0] 用中文重新整理 lambda encoding 相关的知识。
[docs/lang0] 用中文重新整理 lambda encoding 和 self type 相关的知识。
[lang0] 支持直接递归函数与相互递归函数,不能判断等价的地方就不判断。

# lang1

[docs/lang1] update NOTE.md and move it to `diary/`
[docs/lang1] fix `freshen` -- be like lang0 with `usedNames`
[lang1] 支持直接递归函数与相互递归函数,不能判断等价的地方就不判断。
[lang1] do alpha equivalence for `(assert-equal)`
[lang1] support `(import)`
Expand Down

0 comments on commit 62ee914

Please sign in to comment.