Skip to content

Commit

Permalink
Leave TypeOfIsSound in that single simp
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Palacios <accorell@amazon.com>
  • Loading branch information
adpaco-aws committed Feb 28, 2025
1 parent 266808c commit 23ba24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cedar-lean/Cedar/Thm/Validation/Typechecker/Call.lean
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ theorem type_of_call_offset_is_sound {xs : List Expr} {c₁ c₂ : Capabilities}
have ⟨dt₁, hr₁⟩ := instance_of_datetime_type_is_datetime hr₁
subst hr₁
have ih₂ := ih x₂
simp [List.mem_cons, List.mem_singleton, true_or, TypeOfIsSound, forall_const] at ih₂
simp [TypeOfIsSound] at ih₂
split_type_of h₈ ; rename_i h₈ hl₈ hr₈
have ⟨_, v₂, hl₂, hr₂⟩ := ih₂ h₁ h₂ h₈
simp only [EvaluatesTo] at ih₂
Expand Down

0 comments on commit 23ba24c

Please sign in to comment.