We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example map_equal_lemma in FStar.FiniteMap.Base produces prompt/expected_response fields like this:
map_equal_lemma
FStar.FiniteMap.Base
let map_equal_lemma () : Lemma (map_equal_fact u#b) = FStar.Tactics.Effect.assert_by_tactic (map_equal_fact u#b) (fun _ -> (); (T.norm [delta_only [`%map_equal_fact]]; let _ = T.forall_intro () in let _ = T.forall_intro () in let _ = T.forall_intro () in let _ = T.forall_intro () in T.split (); T.smt (); T.smt ()))
The text was updated successfully, but these errors were encountered:
Probably fixed indirectly by solving #8 .
Sorry, something went wrong.
No branches or pull requests
For example
map_equal_lemma
inFStar.FiniteMap.Base
produces prompt/expected_response fields like this:The text was updated successfully, but these errors were encountered: