1
0
Fork 0
mirror of https://github.com/Lyxal/Keta.git synced 2024-08-14 23:53:13 +00:00

Update Patterns.md

This commit is contained in:
JonoCode9374 2019-12-25 19:56:18 +11:00 committed by GitHub
parent f3758a5e34
commit 9ba6b20aef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,3 +3,5 @@
|Arities|Result|
|-------|------|
|`1,2,1`|`Dyad(Monad1(Arg), Monad2(Arg))`|
|`0,1`|`Monad(Nilad)`|
|`0,2,0`|`Dyad(Nilad1, Nilad2)`|