Skip to content

Commit

Permalink
fix failure in cnf_xor
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyongkiam committed Feb 8, 2024
1 parent e0b389a commit 2531d2c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/xlrup_checker/cnf_xorScript.sml
Expand Up @@ -329,10 +329,8 @@ Proof
drule fromString_print_lit>>
rw[]>>simp[]>>
qmatch_goalsub_abbrev_tac`ll::acc`>>
qsuff_tac`ll=h`>>rw[]
>-
(first_x_assum drule>>simp[])>>
simp[Abbr`ll`]>>every_case_tac>>fs[]
gvs[]>>
Cases_on`h`>>gvs[var_lit_def]
QED

Theorem parse_clause_print_clause:
Expand Down

0 comments on commit 2531d2c

Please sign in to comment.