| Copyright | (c) Eric Mertens 2023 | 
|---|---|
| License | ISC | 
| Maintainer | emertens@gmail.com | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Toml.Position
Description
This module provides the Position type for tracking locations
in files while doing lexing and parsing for providing more useful
error messages.
This module assumes 8 column wide tab stops.