Skip to content

Commit

Permalink
Fix Unicode violation
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Sep 11, 2023
1 parent 0692807 commit 11636cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transfer/examples/fmspScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Definition sp2fm_def:
End

Theorem sp2fm_correct:
FMSP (=) (=) fm sp wf sp /\ fm = sp2fm sp
FMSP (=) (=) fm sp <=> wf sp /\ fm = sp2fm sp
Proof
simp[FMSP_def, sp2fm_def, EQ_IMP_THM, FLOOKUP_SIMP, AllCaseEqs()] >>
rpt conj_tac
Expand Down

0 comments on commit 11636cd

Please sign in to comment.