aiken/crates/aiken-lang
rvcas b69c1f66d7 feat: return err if data type contains functions
Due to how PlutusData works it doesn't make sense
to allow user defined types to contain
functions.

```
type Foo {
  bar: fn(Int) -> Int
}
```

The above definition will now return an error.
2023-01-14 22:03:56 -05:00
..
src feat: return err if data type contains functions 2023-01-14 22:03:56 -05:00
Cargo.toml Release 0.0.28 2023-01-06 13:41:00 -05:00