ISO: remove nonstandard operator meta_predicate.
Use functional notation instead for declarations. This addresses #2822.
This commit is contained in:
@@ -29,9 +29,9 @@
|
||||
|
||||
:- use_module(library(format), [portray_clause/1]).
|
||||
|
||||
:- meta_predicate *(0).
|
||||
:- meta_predicate $(0).
|
||||
:- meta_predicate $-(0).
|
||||
:- meta_predicate(*(0)).
|
||||
:- meta_predicate($(0)).
|
||||
:- meta_predicate($-(0)).
|
||||
|
||||
%% $-(Goal)
|
||||
%
|
||||
|
||||
Reference in New Issue
Block a user