Closed Jean-Luc-Picard-2021 closed 2 years ago
I find in the ISO module standard 13211-2 the predicate property:
static – The procedure is static.
Seems that Scryer Prolog doesn't return the same:
?- current_predicate(F/N), functor(P,F,N), predicate_property(P,static). false.
On the other hand SWI-Prolog and Tau-Prolog implements the property:
?- predicate_property(predicate_property(_,_), static). true.
Please reopen this issue. It still persists...
I find in the ISO module standard 13211-2 the predicate property:
Seems that Scryer Prolog doesn't return the same:
On the other hand SWI-Prolog and Tau-Prolog implements the property: