happy-lib:grammar
Safe HaskellSafe-Inferred
LanguageHaskell98

Happy.Grammar.ExpressionWithHole

Synopsis

Documentation

data ExpressionWithHole Source #

The overall expression is 'tokLeft ++ substitutedForHole ++ tokRight'.

Constructors

ExpressionWithHole 

Fields

Instances

Instances details
Show ExpressionWithHole Source # 
Instance details

Defined in Happy.Grammar.ExpressionWithHole

Methods

showsPrec :: Int -> ExpressionWithHole -> ShowS

show :: ExpressionWithHole -> String

showList :: [ExpressionWithHole] -> ShowS

Eq ExpressionWithHole Source # 
Instance details

Defined in Happy.Grammar.ExpressionWithHole