Skip to content

Commit 86f4127

Browse files
committed
fix rebase
Signed-off-by: Oliver Flatt <oflatt@gmail.com>
1 parent 82dd360 commit 86f4127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cedar-lean/Cedar/Thm/TPE/BatchedEvaluator.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ theorem entities_refine_withMissing_asPartial_append (es : Entities) (m2 m1 : Sl
8080
exact h1 a e₁'.asPartial h_find₂
8181
| none =>
8282
have h_find₃ : m1.asPartial.find? a = none := by
83-
unfold EntitiesWithMissing.asPartial
84-
exact Map.find?_mapOnValues_none EntityOrMissing.asPartial h_case
83+
unfold SlicedEntities.asPartial
84+
exact Map.find?_mapOnValues_none MaybeEntityData.asPartial h_case
8585
rw [h_find₃] at h_find
8686
simp [Option.or] at h_find
8787
exact h2 a e₂ h_find

0 commit comments

Comments
 (0)