add appropriate meta_predicate/1 declarations
This commit is contained in:
@@ -11,6 +11,10 @@
|
|||||||
|
|
||||||
:- use_module(library(format), [portray_clause/1]).
|
:- use_module(library(format), [portray_clause/1]).
|
||||||
|
|
||||||
|
:- meta_predicate *(0).
|
||||||
|
:- meta_predicate $(0).
|
||||||
|
:- meta_predicate $-(0).
|
||||||
|
|
||||||
$-(G_0) :-
|
$-(G_0) :-
|
||||||
catch(G_0, Ex, ( portray_clause(exception:Ex:G_0), throw(Ex) ) ).
|
catch(G_0, Ex, ( portray_clause(exception:Ex:G_0), throw(Ex) ) ).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user