Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Apr 28, 2024
1 parent 46ac4c2 commit 8f047d5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
用 constraint programming 的知识来实现类型检查器。

`Data` instead of `Term` -- only defined by `datatype`

[maybe] remove eval
Expand All @@ -10,12 +8,16 @@ type constraint should not be `String(x)`
- should be `The(String, x)`
- or just `x: String`

# chimera
用 constraint programming 的知识来实现类型检查器。

[chimera] 如何在逻辑式中恢复部分的过程式 contral flow?
# contral flow

如何在逻辑式中恢复部分的过程式 contral flow?

- contral flow 是程序员最好的朋友。

# chimera

[chimera] 完成更多的 clause-and-effect 中的例子。

[chimera] 关于 logic programming 与 first-order logic 的笔记。
Expand Down

0 comments on commit 8f047d5

Please sign in to comment.