Skip to content
Snippets Groups Projects
Commit 7f808896 authored by Erwan Jahier's avatar Erwan Jahier
Browse files

Make sure that L2lRmPoly removes every overloaded expression.

e.g., by replacing "plus" by "iplus" or "rplus"

Hence now the following is accepted :
   res = map<<+,  N>>(x, a, b);

but still not

  a_or_b = map<<Lustre::if,  N>>(x, a, b);
parent 716f0d5b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment