Skip to content

Commit

Permalink
Removed ghost variable syntax, as it's now in Abstract_Prog_Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
simondfoster committed Jan 6, 2025
1 parent 1abd0f4 commit c3cdcde
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions UTP/ITree_Hoare.thy
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ theory ITree_Hoare
imports ITree_WP
begin

syntax
"_ghost_old" :: "id" \<comment> \<open> A distinguished name for the ghost state ("old") \<close>

parse_translation \<open>
[(@{syntax_const "_ghost_old"}, fn ctx => fn term => Syntax.free "old")]\<close>

text \<open> We introduce theorem attributed for safe Hoare rules and already proven triples \<close>

named_theorems hoare_safe and hoare_lemmas
Expand Down

0 comments on commit c3cdcde

Please sign in to comment.