andrew-johnson-4 / lambda-mountain

Compact Portable Assembler (5K SLOC)
MIT License
11 stars 0 forks source link

Return a Return Value fails #529

Closed andrew-johnson-4 closed 2 days ago

andrew-johnson-4 commented 3 days ago
f := λ. 1_u64;
g := λ. (: (
   (f())
) U64)

return value from g is wrong