This commit is contained in:
Vitor Santos Costa 2016-09-23 01:37:18 -05:00
parent cd3b94c40c
commit 298b287859

View File

@ -27,6 +27,8 @@
:- module( matrix,
[(<==)/2, op(800, xfx, '<=='),
(+=)/2, op(800, xfx, '+='),
(-=)/2, op(800, xfx, '-='),
op(700, xfx, in),
op(700, xfx, ins),
op(450, xfx, ..), % should bind more tightly than \/