Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
utkn committed Dec 26, 2024
1 parent 6e1e027 commit 0a0717a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lampe/Lampe.lean
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ nr_def simple_tuple<>() -> Field {
t.2 : Field
}

example : STHoare p Γ ⟦⟧ (simple_tuple.fn.body _ h![] |>.body h![]) (fun (v : Tp.denote _ .field) => v = 3) := by
example : STHoare p Γ ⟦⟧ (simple_tuple.fn.body _ h![] |>.body h![]) (fun (v : Tp.denote p .field) => v = 3) := by
simp only [simple_tuple]
steps
aesop
Expand Down

0 comments on commit 0a0717a

Please sign in to comment.