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
Prolog

% support global analysis of the full yap xsources.
:- module(pce,
[
op(100, xf, *),
op(1200, xfx, :->),
op(1200, xfx, :<-),
op(910, xfy, ::),
op(200, fy, @),
op(250, yfx, ?),
op(990, xfx, :=)
]).