Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
toml-parser Toml.Semantics.Ordered Opaque type used by projectKey
-
toml-parser Toml.Syntax A position in a text file
Position :: Int -> Int -> Int -> Positiontoml-parser Toml.Syntax No documentation available.
-
This module parses TOML tokens into a list of raw, uninterpreted sections and assignments.
-
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.
-
toml-parser Toml.Syntax.Position A position in a text file
Position :: Int -> Int -> Int -> Positiontoml-parser Toml.Syntax.Position No documentation available.
ParseError :: Text -> TOMLErrortoml-reader TOML No documentation available.
ParseError :: Text -> TOMLErrortoml-reader TOML.Error No documentation available.
-
Parse a TOML document. References: