Updates to demos
This commit is contained in:
@ -3,11 +3,9 @@
|
||||
|
||||
main = size size
|
||||
|
||||
size = (x :
|
||||
(y (self x :
|
||||
compose succ
|
||||
(triage
|
||||
(x : x)
|
||||
self
|
||||
(x y : compose (self x) (self y))
|
||||
x)) x 0))
|
||||
size = x : y (self x : compose succ (triage
|
||||
id
|
||||
self
|
||||
(x y : compose (self x) (self y))
|
||||
x)
|
||||
) x 0
|
||||
|
Reference in New Issue
Block a user