Skip to content

Commit 8bcd5a0

Browse files
committed
Further documentation
1 parent 9159f3e commit 8bcd5a0

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

ARCHITECTURE.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,3 @@ signatures for simplicity):
109109
ui/canvas::applyTo(canvas, node) // apply canvas to HTML node
110110
-->
111111
... // repeat from reduction/layout step
112-
113-
## Rule DSL
114-
115-
## UI Theory
116-
117-
# test

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ Though at least the linear lambda calculus is supported.
8686

8787
## interaction calculus
8888

89+
- `a+(a-)` (cycle)
90+
- `a+(b+, b-)` (lambda identity)
91+
- `a+(b+, c-) a-[d-, e+] b-(a+, a-) c+(a+, a-) d+(a+, a-) e-(a+, a-)`
92+
(unfolding)
93+
8994
# things to note / bugs
9095

9196
- sometimes you have to resize the window first in order for the

0 commit comments

Comments
 (0)