Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions isabelle_parser/thy_grammar.lark
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,6 @@ context: ( print_locale
| print_state )*

theory: ( goal proof_prove
| context
| statement
| class_instance proof_prove
| derive )*
Expand Down Expand Up @@ -2338,8 +2337,7 @@ proof_prove: ( show
| with proof_chain )* ( terminal_proof_steps
| qed
| "oops"
| "done"
| by)? doc_block?
| "done")? doc_block?

# QUOTED_STRING only found in AFP, not in Isabelle/Isar grammar
conclusion: "shows" stmt
Expand Down
Loading