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

fixing the ec backend (cont): unfold operators on tuples.

i.e., transform

      x,y = (0,1) -> (a,b);

into

      x = 0 -> a;
      y = 1 -> b;
parent 8b2170c1
No related branches found
No related tags found
Loading
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