trifecta-0.8.0.1: Parser combinators with slicing and diagnostic support

Text.Trifecta.Span

Synopsis

Documentation

data Span Source

 In file included from bar.c:9
 foo.c:8:36: note
 int main(int argc, char ** argv) { int; }
                                    ^~~

Constructors

Span !Delta !Delta !ByteString 

class HasSpan t whereSource

Methods

span :: t -> SpanSource