Skip to content

Commit

Permalink
Change π’žβ‡©1 to π’ž' in roll_back
Browse files Browse the repository at this point in the history
  • Loading branch information
javierdiaz72 committed Sep 26, 2023
1 parent 7a74e4d commit 0912719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ouroboros-Mini_Protocols-Chain_Sync.thy
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ sublocale chain_sync \<subseteq> protocol_state_machine \<open>state_machine\<cl
subsection \<open>Programs\<close>

definition roll_back :: "('i \<Rightarrow> 'q) \<Rightarrow> 'i list \<Rightarrow> 'q \<Rightarrow> 'i list" where
[simp]: "roll_back \<psi> \<C> q = (THE \<C>\<^sub>1. prefix \<C>\<^sub>1 \<C> \<and> \<psi> (last \<C>\<^sub>1) = q)"
[simp]: "roll_back \<psi> \<C> q = (THE \<C>'. prefix \<C>' \<C> \<and> \<psi> (last \<C>') = q)"

datatype phase =
is_intersection_finding: IntersectionFinding |
Expand Down

0 comments on commit 0912719

Please sign in to comment.