trifecta-0.9: Parser combinators with slicing and diagnostic support

Text.Trifecta.It

Documentation

type P u = ParsecT Delta u ItSource

data It a Source

Constructors

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