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
..
aiken Remove restriction on the project's package name 2023-01-14 23:47:57 +01:00
aiken-lang feat: return err if data type contains functions 2023-01-14 22:03:56 -05:00
aiken-lsp Release 0.0.28 2023-01-06 13:41:00 -05:00
aiken-project Remove restriction on the project's package name 2023-01-14 23:47:57 +01:00
flat-rs Release 0.0.27 2022-12-30 00:57:49 -05:00
uplc Release 0.0.28 2023-01-06 13:41:00 -05:00