grammar-combinators-0.2.7: A parsing library of context-free grammar combinators.

Safe HaskellNone

Text.GrammarCombinators.Transform.PenalizeErrors

Documentation

newtype IsJustApp v Source

Constructors

IJA 

Fields

unIJA :: Bool
 

processPenalizedSimple :: forall phi r. HFunctor phi (PF phi) => Processor phi r -> Processor phi (MaybeSemanticT r)Source

penalizeErrors' :: forall p phi r rr t ix. (forall ix'. phi ix' -> PBEHProductionRule p phi (MaybeSemanticT r) r t (rr ix')) -> phi ix -> p (rr ix)Source