SYNOPSIS

See

Compile it with something like:

eyapp -TC pascalenumeratedvsrangesolvedviapreconflictsolver.eyp

Run it with this options:

$ ./pascalenumeratedvsrangesolvedviapreconflictsolver.pm -t -i -m 1 -c 'type e = (x, y, z);'

Try also these inputs:

type e = (x) .. (y);
type r = (x) ..  y ;
type r = (x+2)*3 ..  y/2 ;
type e = (x, y, z);
type e = (x);
type e = (x, y, z) .. (u+v);