| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Data.Loc.SpanOrLoc
Documentation
A SpanOrLoc consists of a start location and an end location
The end location must be greater than or equal to the start location; in other words, backwards spans are not permitted.
If the start and end location are the same, then the value is a SpanOrLoc.
If they differ, then the value is a SpanOrLoc.
Instances
| Show SpanOrLoc Source # | |
| Eq SpanOrLoc Source # | |
| Ord SpanOrLoc Source # | |