Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add derived Eq and Ord instances for FixedSegment
These already exist for Located (Segment Closed v n), which FixedSegment v n is isomorphic to, but adding the instances avoids having to do the conversion. The Eq instance is useful to prevent trivial cases of running segmentSegment on overlaping segments.
- Loading branch information