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
opaque symbol rot_size [a] (l:π a) : Ο (rot (size l) l = l) β
begin
assume a l; simplify; rewrite take_size l;
rewrite @drop_size;
reflexivity;
end;
fails with
Uncaught [File "src/core/infer.ml", line 156, characters 63-69: Assertion failed].
infer.ml:
and infer_aux : problem -> octxt -> term -> term * term * bool = fun pb c t ->
match unfold t with
[...]
| Vari x ->
let a = try Ctxt.type_of x (classic c) with Not_found -> assert false in
(t, a, false)
The text was updated successfully, but these errors were encountered:
In Stdlib.List:
fails with
infer.ml:
The text was updated successfully, but these errors were encountered: