Updates to demos

This commit is contained in:
2025-04-16 14:23:53 -05:00
parent 25bfe139e8
commit b8e2743103
7 changed files with 61 additions and 39 deletions

View File

@ -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