aiken/crates
KtorZ 2cb2c7fa1f Add dedicated 'Pair' typed and untyped expression
Before this commit, we would parse 'Pair' as a user-defined
  data-types, and thus piggybacking on that whole record system. While
  perhaps handy for some things, it's also semantically wrong and
  induces a lot more complexity in codegen which now needs to
  systematically distinguish every data-type access between pairs, and
  others.

  So it's better to have it as a separate expression, and handle it
  similar to tuples (since it's fundamentally a 2-tuple with a special
  serialization).
2024-05-04 14:04:12 -04:00
..
aiken feat(export): allow trace levels to be controlled 2024-04-08 14:30:07 -04:00
aiken-lang Add dedicated 'Pair' typed and untyped expression 2024-05-04 14:04:12 -04:00
aiken-lsp feat(lsp): find_node for TypedArgVia 2024-04-02 19:22:19 -04:00
aiken-project Add dedicated 'Pair' typed and untyped expression 2024-05-04 14:04:12 -04:00
uplc feat: builtin wrapper reduction optimization 2024-04-26 19:24:04 +02:00