Closed hanshoglund closed 9 years ago
Related: The Iso unsafeNotes etc are not safe, as ordering may change. The semantics should probably be Score = Map Span [a] rather than Score = [(Span, a)].
Score = Map Span [a]
Score = [(Span, a)]
Replaced by #321
Related: The Iso unsafeNotes etc are not safe, as ordering may change. The semantics should probably be
Score = Map Span [a]
rather thanScore = [(Span, a)]
.