This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/swi/library/pce.pl

14 lines
256 B
Perl
Raw Normal View History

2014-08-05 03:58:47 +01:00
% support global analysis of the full yap xsources.
:- module(pce,
[
op(100, xf, *),
op(1200, xfx, :->),
2014-08-23 20:47:40 +01:00
op(1200, xfx, :<-),
2014-08-05 03:58:47 +01:00
op(910, xfy, ::),
2014-08-23 20:47:40 +01:00
op(200, fy, @),
op(250, yfx, ?),
op(990, xfx, :=)
]).