stub for global analysis
This commit is contained in:
parent
7f6ecc3f9a
commit
5e73c6cd84
12
swi/library/pce.pl
Normal file
12
swi/library/pce.pl
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
% support global analysis of the full yap xsources.
|
||||
|
||||
:- module(pce,
|
||||
[
|
||||
op(100, xf, *),
|
||||
op(1200, xfx, :->),
|
||||
op(910, xfy, ::),
|
||||
op(200, fy, @),
|
||||
op(250, yfx, ?),
|
||||
op(990, xfx, :=)
|
||||
]).
|
Reference in New Issue
Block a user