IntersectMBO / formal-ledger-specifications

Formal specifications of the cardano ledger
Apache License 2.0
32 stars 13 forks source link

Bug in vertical vectors: ∪ˡ makes a new entry #484

Closed williamdemeo closed 1 week ago

williamdemeo commented 1 week ago

Description

This address issue #482

Vector elements with curly braces and union symbols were split (at the union symbol) into two vector elements. This PR fixes that.

Checklist