[contrib][haskell] add the Hkl.C.Engine
[hkl.git] / scripts / OK.cocci
blob8c09d8c428543ad6106783eb6a39e29a74f9edd3
1 // use is_matrix when possible
3 @@
4 identifier res, f;
5 expression E;
6 @@
9 res &= DIAG(E);
11 -res &= E;
12 +res &= DIAG(E);