Files
aiken/crates
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
..
2023-01-06 13:41:00 -05:00
2022-12-30 00:57:49 -05:00
2023-01-06 13:41:00 -05:00