Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Currying/TXR/currying-1.txr
Normal file
1
Task/Currying/TXR/currying-1.txr
Normal file
|
|
@ -0,0 +1 @@
|
|||
(op - 10 @1 @2 5)
|
||||
4
Task/Currying/TXR/currying-2.txr
Normal file
4
Task/Currying/TXR/currying-2.txr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(defun g (x)
|
||||
(lambda (y)
|
||||
(lambda (z)
|
||||
(* (+ x y) z))))
|
||||
4
Task/Currying/TXR/currying-3.txr
Normal file
4
Task/Currying/TXR/currying-3.txr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
(defun g (x)
|
||||
(lambda (y)
|
||||
(lambda (z)
|
||||
(f x y z))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue