cardano-ledger
cardano-ledger copied to clipboard
CDDL: Add HuddleRule1 typeclass for set functions
Description
Closes #5470
Checklist
- [x] Commits in meaningful sequence and with useful messages.
- [ ] ~~Tests added or updated when needed.~~
- [x]
CHANGELOG.mdfiles updated for packages with externally visible changes.
NOTE: New section is never added with the code changes. (See RELEASING.md). - [ ] ~~Versions updated in
.cabalandCHANGELOG.mdfiles when necessary, according to the versioning process.~~ - [ ] ~~Version bounds in
.cabalfiles updated when necessary.
NOTE: If bounds change in a cabal file, that package itself must have a version increase. (See RELEASING.md).~~ - [x] Code formatted (use
scripts/fourmolize.sh). - [x] Cabal files formatted (use
scripts/cabal-format.sh). - [x] CDDL files are up to date (use
scripts/gen-cddl.sh) - [x]
hie.yamlupdated (usescripts/gen-hie.sh). - [x] Self-reviewed the diff.