Added access flag in README
This commit is contained in:
parent
4f03a673cc
commit
72bb13b59d
|
@ -17,6 +17,7 @@ bin/modal examples/hello.modal
|
|||
-v Print version
|
||||
-q Quiet mode, no step printing
|
||||
-p Print summary with refs count
|
||||
-a Allow files to be imported
|
||||
-n Infinite mode, no rewrites limit
|
||||
```
|
||||
|
||||
|
|
|
@ -93,8 +93,14 @@ abc ?(?x) def = abc (lambda 2/2) test
|
|||
|
||||
<> ((?x -> ?y)) (<> ?x ?y)
|
||||
(nap -> (tap =))
|
||||
nap tap (inline 1/2) test
|
||||
|
||||
nap tap (inline 1/1) test
|
||||
<> (?x -> ?y) (<> ?x ?y)
|
||||
fruit_a -> apple
|
||||
fruit_b -> banana
|
||||
(apple banana) -> (fruit-salad)
|
||||
|
||||
(fruit_a fruit_b) = (fruit-salad) (inline 2/2) test
|
||||
|
||||
?(?-) (Undefinition)
|
||||
|
||||
|
|
Loading…
Reference in New Issue