You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -10,9 +8,7 @@ Right now we implement it as a term rewriting system.
10
8
11
9
It is combined with [EO](https://github.com/objectionary/eo) editor. EO is based on 𝜑-calculus.
12
10
13
-
## Usage
14
-
15
-
- The online playground is available [here](https://www.objectionary.com/try-phi/?editor=phi&snippet=%5B%0A%20%20a%20-%3E%203%2C%0A%20%20b%20-%3E%20%5E0.a%0A%5D.b)
11
+
The online playground is available [here](https://www.objectionary.com/try-phi/?editor=phi&snippet=%5B%0A%20%20a%20-%3E%203%2C%0A%20%20b%20-%3E%20%5E0.a%0A%5D.b)
16
12
17
13
## Components
18
14
@@ -21,44 +17,53 @@ It is combined with [EO](https://github.com/objectionary/eo) editor. EO is based
0 commit comments