trifecta-0.8.0.1: Parser combinators with slicing and diagnostic support

Text.Trifecta.It

Documentation

data It a Source

Constructors

Done !Rope !Bool a 
Fail !Rope !Bool String 
Cont (Rope -> Bool -> It a)