loc: Types representing line and column positions and ranges in text files.
The package name loc stands for “location” and is also an allusion to the acronym for “lines of code”.
The Loc
type represents a caret position in a text file, the Span
type
is a nonempty range between two Loc
s, and the Area
type is a set of
non-touching Span
s.
Modules
[Index]
Downloads
- loc-0.1.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.1.3.0, 0.1.3.1, 0.1.3.2, 0.1.3.3, 0.1.3.4, 0.1.3.6, 0.1.3.8, 0.1.3.10, 0.1.3.12, 0.1.3.14, 0.1.3.16, 0.1.4.0, 0.1.4.1, 0.2.0.0 |
---|---|
Dependencies | base (>=4.9 && <4.10), containers [details] |
License | Apache-2.0 |
Author | Chris Martin <ch.martin@gmail.com> |
Maintainer | Chris Martin <ch.martin@gmail.com> |
Category | Data Structures |
Home page | https://github.com/chris-martin/haskell-libraries |
Uploaded | by chris_martin at 2017-05-16T23:25:14Z |
Distributions | |
Reverse Dependencies | 1 direct, 1 indirect [details] |
Downloads | 9701 total (3 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-05-16 [all 1 reports] |