Skip to content

Commit

Permalink
fix wrong (unsimplified) E in extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
hferee committed Dec 16, 2024
1 parent ffd918c commit 8790427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theories/extraction/UIML_extraction.v
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Definition isl_A v f := Af v f.
Notable exception: (a ∨b) → c *)
Definition isl_simp f := simp_form f.

Definition isl_simplified_E p ψ := E p [ψ].
Definition isl_simplified_A p ψ := Af p (ψ).
Definition isl_simplified_E p ψ := Ef p ψ.
Definition isl_simplified_A p ψ := Af p ψ.

Set Extraction Output Directory "extraction".

Expand Down

0 comments on commit 8790427

Please sign in to comment.