| Copyright | Copyright (c) 2021-2025 Travis Cardwell |
|---|---|
| License | MIT |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
LiterateX.Parser
Contents
Description
This module implements the source parser.
Synopsis
- parse :: Monad m => SourceFormat -> ConduitT Text SourceLine m ()
API
parse :: Monad m => SourceFormat -> ConduitT Text SourceLine m () Source #
Create a Conduit transformer that parses the specified source format
The transformer consumes lines of the input and produces a SourceLine for
each line of input.
Since: 0.0.1.0