Skip to content
New issue

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

Tactic blocks are desugared #2

Open
gebner opened this issue Sep 28, 2023 · 1 comment
Open

Tactic blocks are desugared #2

gebner opened this issue Sep 28, 2023 · 1 comment

Comments

@gebner
Copy link
Collaborator

gebner commented Sep 28, 2023

For example map_equal_lemma in FStar.FiniteMap.Base produces prompt/expected_response fields like this:

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 ()))
@gebner
Copy link
Collaborator Author

gebner commented Sep 29, 2023

Probably fixed indirectly by solving #8 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant