Skip to content
Snippets Groups Projects
user avatar
Erwan Jahier authored
For instance,
  node toto = map<<Lustre::if,  N>>(x, a, b);
is rejected.

The problem with this change is that we now also reject equations such as
   res = map<<+,  N>>(x, a, b);

which could be avoided. Probably L2lRmPoly does its job partially.
716f0d5b
History
Name Last commit Last update
..