Closed ozgurakgun closed 8 years ago
Original comment by Özgür Akgün (Bitbucket: ozgurakgun, GitHub: ozgurakgun):
on a second thought, inlining more stuff shouldn't be the solution, unless we do it for a good reason.
refix #63 without inlining letting-domain statements.
Original comment by Özgür Akgün (Bitbucket: ozgurakgun, GitHub: ozgurakgun):
letting-domains statements do not necessarily need to be inlined, but here the problem is: we are creating new variables whose domain refer to these lettings but are inserted before them for some reason. a easy solution is to inline them. will do so.
Originally reported by: Bilal Hussain (Bitbucket: Bilalh, GitHub: Bilalh)
Using the following essence
produces many eprimes the first:
Should't V be refined and inlined to int(1..3)?
Running it in savilerow anyway produces the following error.