Skip to content

Commit

Permalink
fix cnf_xor infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyongkiam committed Feb 27, 2024
1 parent 647a11e commit 7b2d2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/xlrup_checker/cnf_xorScript.sml
Expand Up @@ -290,7 +290,7 @@ Theorem print_lit_alt:
(print_lit (Neg n) = int_to_string (#"-") (-&n))
Proof
rw[print_lit_def,int_to_string_thm,num_to_str_thm]>>
EVAL_TAC
simp[strcat_def,concat_def,implode_def]
QED

Theorem fromString_print_lit:
Expand Down

0 comments on commit 7b2d2fc

Please sign in to comment.