| Copyright | © 2019 Vincent Archambault |
|---|---|
| License | 0BSD |
| Maintainer | Vincent Archambault <archambault.v@gmail.com> |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.SExpresso.Parse.Location
Description
The module Data.SExpresso.Parse re-exports the functions and datatypes of this module.
Documentation
The Location datatype represents a source span
The Located datatype adds a source span to the type a
Instances
| Eq a => Eq (Located a) Source # | |
| Ord a => Ord (Located a) Source # | |
| Show a => Show (Located a) Source # | |