xls
xls copied to clipboard
DSLX: Locally-scoped types
Being able to do something like fn foo(...) -> ... { type LocalType = uN[...]; let x = LocalType:Y; ... }
Would be handy.