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
find x : int(0..5)
such that x in [i | i <- [1,2,3]]
Conjure compiles this into Essence', but Savile Row then throws an error:
Error:
Savile Row stdout: ERROR: Expected set on right hand side of 'in' operator: (x in [1, 2, 3])
Savile Row stderr: ERROR: Failed type checking after substituting in lettings.
Savile Row exit-code: 1
(repo version 03d6014e5 (2024-09-25 19:47:19 +0100))
The text was updated successfully, but these errors were encountered:
As a minimal example:
Conjure compiles this into Essence', but Savile Row then throws an error:
(repo version
03d6014e5 (2024-09-25 19:47:19 +0100)
)The text was updated successfully, but these errors were encountered: