Merge pull request #5192 from IntersectMBO/td/dijkstra-cddl
CDDL for Dijkstra
CDDL for Dijkstra
instead of in `cardano-ledger-conway-test`
since the tests there are covered by `roundTripAllPredicateFailures` in alonzo testlib and `roundTripBlockSpec` in tpraos testlib
since the test is covered by `roundTripAllPredicateFailures`
and replace their usage in tests with examples defined in tpraos or in shelley testlib
in the respective testlib library, and expose them as `Test.Cardano.Ledger.<era>.Examples.ledgerExamples`
for consistency and also in order to make `Example` module available
Co-authored-by: Alexey Kuleshevich <[email protected]>