ISO: remove nonstandard operator meta_predicate.
Use functional notation instead for declarations. This addresses #2822.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
:- use_module(library(atts)).
|
||||
:- use_module(library(dcgs)).
|
||||
|
||||
:- meta_predicate freeze(-, 0).
|
||||
:- meta_predicate(freeze(-, 0)).
|
||||
|
||||
:- attribute frozen/1.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user