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

Fix a bug when split equations (l2lSplit.ml) preventing lus2lic -en to work

on programs containing equations such as :

    b3, b4, b5, b6 = (three_outputs(two_outputs(b1,b2),true), false);

because TUPLES where not correctly inlined (i.e., "...= n((x,y),z)" instead of "...=n(x,y,z)"
parent e773ae38
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