Files
tricu/demos/size.tri
James Eversole fdebb6c13d Tricu 2.0.0
Sorry for squashing all of this but 🤷
2026-05-25 12:44:24 -05:00

11 lines
147 B
Plaintext

!import "prelude" !Local
main = size size
size = x : y (self x : compose succ (triage
id
self
(x y : compose (self x) (self y))
x)
) x 0