fix extra -
This commit is contained in:
parent
37c6b9975b
commit
bc6bf8cdfd
@ -62,18 +62,18 @@ Grammar related built-in predicates:
|
|||||||
|
|
||||||
|
|
||||||
:- module( '$_grammar', [!/2,
|
:- module( '$_grammar', [!/2,
|
||||||
- (',')/4,
|
(',')/4,
|
||||||
- (->)/4,
|
(->)/4,
|
||||||
- ('.')/4,
|
('.')/4,
|
||||||
- (;)/4,
|
(;)/4,
|
||||||
- 'C'/3,
|
'C'/3,
|
||||||
- []/2,
|
[]/2,
|
||||||
- []/4,
|
[]/4,
|
||||||
- (\+)/3,
|
(\+)/3,
|
||||||
- phrase/2,
|
phrase/2,
|
||||||
- phrase/3,
|
phrase/3,
|
||||||
- {}/3,
|
{}/3,
|
||||||
- ('|')/4]).
|
('|')/4]).
|
||||||
|
|
||||||
:- use_system_module( '$_errors', ['$do_error'/2]).
|
:- use_system_module( '$_errors', ['$do_error'/2]).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user