Prove that analysis results apply to all states, not just the final one

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-28 14:24:46 -05:00
parent 319fa272ac
commit 778e974dfb
5 changed files with 94 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ def testCodeCond₂ : Stmt := [obj_stmt|
if var { x := 1 } else { noop }
]
def testProgram : Program := testCode
def testProgram : Program := { rootStmt := testCode }
end Spa