"git@ic-gitlab.epfl.ch:lara/inox.git" did not exist on "c7719514498b76a561e6f628456f28c34fc7e5cc"
Etienne Kneuss
authored
Previously if the choose was in the following context: ``` a match { case Cons(h, t) => case _ => choose() } ``` its path condition would include: ``` !(a.isInstanceOf[Cons] && a.head == h && a.tail == t) ``` which causes mostly unconstrained variables `h` and `t` to show up in the synthesis problem.
Name | Last commit | Last update |
---|