aiken/crates
rvcas 98c61ca151
feat(aiken-lang): anonymous functions
@MartinSchere noticed a weird error
where an unknown variable wasn't being reported
the type checker was incorrectly scoping
arguments for anonymous function definitions.
Luckily his compilation failed due to a FreeUnique
error during code gen which is good. But this may
have been the source of other mysterious FreeUnique
errors.

I also noticed that anonymous function allowed
arguments with the same name to be defined.

`fn(arg, arg)`

This now returns an error.
2023-04-16 16:38:43 -04:00
..
aiken chore: Release 2023-04-13 13:37:12 -04:00
aiken-lang feat(aiken-lang): anonymous functions 2023-04-16 16:38:43 -04:00
aiken-lsp chore: Release 2023-04-13 13:37:12 -04:00
aiken-project chore: Release 2023-04-13 13:37:12 -04:00
flat-rs chore: Release 2023-04-13 13:37:12 -04:00
uplc chore: Release 2023-04-13 13:37:12 -04:00