You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since ucsd-progsys/liquid-fixpoint#688 deals only with Sets, this issue is intended to serve as a test case for a follow-up PR that would also elaborate the Map theory into Arrays.
The text was updated successfully, but these errors were encountered:
As expected, we can create a test case analogous to #2272 that crashes LH when working with Maps containing types that are not convertible to
Int
.This crashes with
crash: SMTLIB2 respSat = Error "line 3 column 34267: unknown constant smt_map_sel ((Array Int Int) (PolyMap.Lst Int)) declared: (declare-fun smt_map_sel ((Array Int Int) Int) Int) "
Since ucsd-progsys/liquid-fixpoint#688 deals only with Sets, this issue is intended to serve as a test case for a follow-up PR that would also elaborate the Map theory into Arrays.
The text was updated successfully, but these errors were encountered: