add example
This commit is contained in:
parent
36834bb8f6
commit
7d5778ac2c
@ -1 +1,9 @@
|
|||||||
usage: `bun repl.ts`
|
usage: `bun repl.ts`
|
||||||
|
|
||||||
|
example:
|
||||||
|
```
|
||||||
|
➜ rlwrap bun repl.ts
|
||||||
|
>>> ((λ n.(λ f.(λ x.(f ((n f) x))))) (λ g.(λ g . (\ y.y))))
|
||||||
|
(λ g . (λ g . (λ y . y)))
|
||||||
|
>>>
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user