Skip to content

Commit

Permalink
fix Holmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyongkiam committed Jun 14, 2022
1 parent 5591164 commit 711bd65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion examples/Holmakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
INCLUDES = $(CAKEMLDIR)/developers $(CAKEMLDIR)/misc\
INCLUDES = $(HOLDIR)/examples/formal-languages/regular $(HOLDIR)/examples/bootstrap \
$(CAKEMLDIR)/developers $(CAKEMLDIR)/misc\
$(CAKEMLDIR)/semantics $(CAKEMLDIR)/basis/pure $(CAKEMLDIR)/basis\
$(CAKEMLDIR)/translator $(CAKEMLDIR)/characteristic

Expand Down
6 changes: 3 additions & 3 deletions examples/pseudo_bool/array/pb_arrayProgScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ Theorem check_cutting_arr_spec:
ARRAY fmlv fmllsv *
& (Fail_exn e ∧ check_cutting_list fmlls constr = NONE)))
Proof
Induct_on`constr`>>
xcf"check_cutting_arr"(get_ml_prog_state ())
Induct_on`constr` >> rw[]>>
xcf "check_cutting_arr" (get_ml_prog_state ())
>- ( (* Id *)
fs[check_cutting_list_def,PB_CHECK_CONSTR_TYPE_def]>>
xmatch>>
Expand Down Expand Up @@ -1048,7 +1048,7 @@ Proof
xsimpl>>
first_x_assum (irule_at Any)>>xsimpl>>
first_x_assum (irule_at Any)>>xsimpl>>
simp[EqualityType_NUM_BOOL,all_goals_def])
simp[EqualityType_NUM_BOOL,all_goals_def])>>
IF_CASES_TAC>>fs[]
>- (
xif>>asm_exists_tac>>xsimpl>>
Expand Down

0 comments on commit 711bd65

Please sign in to comment.