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
Another related way in which this can fail is by missing universe level instantiations, i.e., that a Type might implicitly become a Type0 in a let-definition.
letbig_or'#a(f:(a->Type))(l:lista):Type=map_op'l_orflFalse// ^^ Type actually means Type0 here
From
FStar.Buffer.fst
:In the above, the type of the argument
h
is unconstrained in theval
, so we get an error. (NB, this is a definition and not a lemma.)The text was updated successfully, but these errors were encountered: