Skip to content

Commit

Permalink
HolSmt: add let, ediv and emod simps to thm_AUTO
Browse files Browse the repository at this point in the history
  • Loading branch information
someplaceguy committed Mar 14, 2024
1 parent e14320c commit 4047092
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/HolSmt/selftest.sml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ fun auto_tac (_, t) =
val simpset = bossLib.++ (bossLib.srw_ss (), wordsLib.WORD_ss)
val t_eq_t' = simpLib.SIMP_CONV simpset [integerTheory.INT_ABS,
integerTheory.INT_MAX, integerTheory.INT_MIN, integerTheory.int_quot,
integerTheory.int_rem]
integerTheory.int_rem, integerTheory.EDIV_DEF, integerTheory.EMOD_DEF,
boolTheory.LET_THM]
t
handle Conv.UNCHANGED =>
Thm.REFL t
Expand Down

0 comments on commit 4047092

Please sign in to comment.