github.com
Allow dependencies between record term elements by brendanzab · Pull Request #230 · pikelet-lang/...
This allows the elements of record terms to depend on each other. For example, this expression is now valid: record { x = 1, y = x } : Record { x : S32, y : S32 } This has the helpful side-eff...