# See http://www.cs.man.ac.uk/~pjj/cs2121/ho/node19.html

%{

=head1 SYNOPSIS

See file confusing.eyp

This is a modification of the grammar in C<confusing.eyp>.
It fixes the conflict by simply unifying the states

=cut

%}

%%
A: 
    'x' 'y' 'c' 'd' 
  | 'x' 'y' 'c' 'f' 
;
%%