push
This commit is contained in:
commit
8eb63a0625
6 changed files with 1020 additions and 0 deletions
4
test.py
Normal file
4
test.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from lib import List
|
||||
|
||||
lst = List.pure(2) >> (lambda n: List([n, n+1]))
|
||||
print(lst)
|
||||
Loading…
Add table
Add a link
Reference in a new issue