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
* Error 19 at src/examples/GPU.Polymorphism.fst(13,12-18,9):
- Assertion failed
- The SMT solver could not prove the query. Use --query_stats for more
details.
- Raised within Tactics.refl_tc_term
* Error 228 at src/examples/GPU.Polymorphism.fst(18,2-18,2):
- Ill-typed term:r1 := !r1
which is not very clear.
If we use a concrete type, like int, instead of a type variable, things are slightly better. There is no SMT query so the failure is fast and we get:
This:
Gives:
which is not very clear.
If we use a concrete type, like
int
, instead of a type variable, things are slightly better. There is no SMT query so the failure is fast and we get:Which is a mouthful but a better clue.
The text was updated successfully, but these errors were encountered: