Skip to content

Commit

Permalink
Get another file to build again
Browse files Browse the repository at this point in the history
  • Loading branch information
myreen committed Aug 6, 2020
1 parent 6dff2f8 commit bf4894f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions candle/set-theory/setModelScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ open preamble bitTheory setSpecTheory

val _ = new_theory"setModel"

val _ = temp_delsimps ["NORMEQ_CONV"]
val _ = diminish_srw_ss ["ABBREV"]
val _ = set_trace "BasicProvers.var_eq_old" 1

val is_set_theory_pred_def = Define`
is_set_theory_pred is_v_rep in_rep ⇔
(∃x. is_v_rep x) ∧
Expand Down

0 comments on commit bf4894f

Please sign in to comment.