clean-up
This commit is contained in:
parent
56ebb0a91a
commit
1f29aea94b
@ -29,8 +29,14 @@
|
|||||||
[(<==)/2, op(800, xfx, '<=='),
|
[(<==)/2, op(800, xfx, '<=='),
|
||||||
op(700, xfx, in),
|
op(700, xfx, in),
|
||||||
op(700, xfx, ins),
|
op(700, xfx, ins),
|
||||||
op(450, xfx, ..), % should bind more tightly than \/
|
op(450, xfx, ..), % should bind more tightly than \/
|
||||||
op(710, xfx, of), of/2,
|
op(720, fx, ..), % should bind more tightly than of
|
||||||
|
op(710, xfx, of),
|
||||||
|
(of)/2,
|
||||||
|
op(50, yf, '[]'),
|
||||||
|
op(50, yf, '()'),
|
||||||
|
op(100, xfy, '.'),
|
||||||
|
op(100, fy, '.'),
|
||||||
matrix_new/3,
|
matrix_new/3,
|
||||||
matrix_new/4,
|
matrix_new/4,
|
||||||
matrix_new_set/4,
|
matrix_new_set/4,
|
||||||
@ -81,11 +87,7 @@
|
|||||||
matrix_get/2,
|
matrix_get/2,
|
||||||
matrix_set/2,
|
matrix_set/2,
|
||||||
foreach/2,
|
foreach/2,
|
||||||
foreach/4,
|
foreach/4
|
||||||
op(50, yf, []),
|
|
||||||
op(50, yf, '()'),
|
|
||||||
op(100, xfy, '.'),
|
|
||||||
op(100, fy, '.')
|
|
||||||
]).
|
]).
|
||||||
|
|
||||||
/** @defgroup matrix Matrix Library
|
/** @defgroup matrix Matrix Library
|
||||||
|
Reference in New Issue
Block a user