fix extra -

This commit is contained in:
Vítor Santos Costa 2014-12-24 15:32:06 +00:00
parent 37c6b9975b
commit bc6bf8cdfd

View File

@ -62,18 +62,18 @@ Grammar related built-in predicates:
:- module( '$_grammar', [!/2,
- (',')/4,
- (->)/4,
- ('.')/4,
- (;)/4,
- 'C'/3,
- []/2,
- []/4,
- (\+)/3,
- phrase/2,
- phrase/3,
- {}/3,
- ('|')/4]).
(',')/4,
(->)/4,
('.')/4,
(;)/4,
'C'/3,
[]/2,
[]/4,
(\+)/3,
phrase/2,
phrase/3,
{}/3,
('|')/4]).
:- use_system_module( '$_errors', ['$do_error'/2]).