ISO: remove nonstandard operator meta_predicate.
Use functional notation instead for declarations. This addresses #2822.
This commit is contained in:
@@ -25,9 +25,9 @@ to learn more about them.
|
||||
:- use_module(library(lists), [append/3, member/2]).
|
||||
:- use_module(library(loader), [strip_module/3]).
|
||||
|
||||
:- meta_predicate phrase(2, ?).
|
||||
:- meta_predicate(phrase(2, ?)).
|
||||
|
||||
:- meta_predicate phrase(2, ?, ?).
|
||||
:- meta_predicate(phrase(2, ?, ?)).
|
||||
|
||||
:- meta_predicate(phrase(3, ?, ?, ?)).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user