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;
flag "print_implicits" on;
rewrite drop_size;
reflexivity;
end;
fails with
No subterm of [@= (list a) (@++ a (@drop a (@size a l) l) l) l] matches [@drop ?11 (@size ?11 l) l]
The text was updated successfully, but these errors were encountered:
In Stdlib.List:
fails with
The text was updated successfully, but these errors were encountered: