aiken/examples/acceptance_tests/060
KtorZ cd4ceb219c
Remove complex and compound constants.
This is not supported by the code generation, so it's a bit of a lie
  to have them in the language in the first place. There's arguably not
  even any use for constant records, list and tuples to begin with. So
  this cleans this up everywhere for the sake of moving forward with the
  alpha release.

  This now reduces constants to:

  - Integer
  - ByteArray
  - String

  Anything else can be declared via a function anyway. We can revisit
  this choice later.... or not.
2023-02-17 17:31:15 +01:00
..
lib Remove complex and compound constants. 2023-02-17 17:31:15 +01:00
aiken.lock Add new acceptance test scenario: 060 2023-02-17 17:13:04 +01:00
aiken.toml Add new acceptance test scenario: 060 2023-02-17 17:13:04 +01:00