%---------------------------------------------------------------------------% % vim: ts=4 sw=4 et ft=mercury %---------------------------------------------------------------------------% % :- module quoting_bug. :- interface. :- type token ---> '?' ; ('+') ; (*) ; && ; += ; -= . :- inst '?' ---> '?' ; ('+') ; (*) ; && ; += ; -= .