``` Prg. Program ::= "main" ; internal VInt. Value ::= Integer ; ``` BNFC does currently not produce a valid Happy parser for this. ``` happy InternalCat/Par.y InternalCat/Par.y: unknown identifier 'Value' ``` When generating the parser, we should ignore all non-parsable rules.