You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the ledger codebase we currently have a Twiddle typeclass that is used to introduce variations into encoded bytes. The idea is that CDDL doesn't specify exactly how to encode certain type, for example lists can be encoded as a definite or an indefinite list. The bytestring generator should generate all of these variations to test that the decoders don't make any wrong assumptions about how these types need to be encoded.