Closed
Description
This file makes cuddle hang when resolving the spec.
To my surprise I was able to narrow it down to the following definition:
shelleyLedgerState<era> = [
withOrigin<shelleyTip>,
era,
shelleyTransition,
]
For some reason, changing the generic variable to something different than era
makes cuddle happy:
shelleyLedgerState<foo> = [
withOrigin<shelleyTip>,
foo,
shelleyTransition,
]
I said "duplicate" because the definition wrapping that one also uses era
:
versionedShelleyLedgerState<era> = [
shelleyVersion2,
shelleyLedgerState<era>,
]
Metadata
Metadata
Assignees
Labels
No labels