Skip to content

Commit

Permalink
fix MemoryEffects.validate to expect the right type
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeizer committed Oct 7, 2024
1 parent 66ad4fd commit 077b5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tactics/Sym/MemoryEffects.lean
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def validate (eff : MemoryEffects) : MetaM Unit := do
Sym.withTraceNode msg do
eff.traceCurrentState
check eff.effects
assertHasType eff.effects mkMemory
assertHasType eff.effects mkArmState

check eff.proof

Expand Down

0 comments on commit 077b5da

Please sign in to comment.