mirror of
https://github.com/Lyxal/Keta.git
synced 2024-08-14 23:53:13 +00:00
Update chainify.py
This commit is contained in:
parent
04e05f739a
commit
02c7c5a1de
1 changed files with 9 additions and 0 deletions
|
@ -95,4 +95,13 @@ for exp in exprs:
|
|||
elif pattern == "212":
|
||||
print(fns[2] + "(" + fns[0] + "(L, " + fns[1] + "(R*)), R&)")
|
||||
|
||||
elif pattern == "220":
|
||||
print(fns[1] + "(" + fns[0] + "(L, R), " + fns[2] + ")")
|
||||
|
||||
elif pattern == "221":
|
||||
print(fns[1] + "(" + fns[0] + "(L, R), " + fns[2] + "(R*))")
|
||||
|
||||
elif pattern == "222":
|
||||
print(fns[2] + "(" + fns[1] + "(" + fns[0] + "(L, R), R*), R&)")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue