aiken/examples/acceptance_tests/050
rvcas a9ed04ef22 feat: newer rules around casting Data
* you cannot cast FROM Data with a `let`
* you cannot cast FROM Data by passing
  Data to none Data when calling a function
* you MUST use `assert` to cast from data
* you can cast INTO Data with a `let`
* you can cast INTO Data by passing none Data
  to Data when calling a function
* You cannot assert cast Data without an
  annotation
2023-02-04 02:33:10 -05:00
..
lib feat: newer rules around casting Data 2023-02-04 02:33:10 -05:00
aiken.lock feat: newer rules around casting Data 2023-02-04 02:33:10 -05:00
aiken.toml feat: newer rules around casting Data 2023-02-04 02:33:10 -05:00