Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Tassi committed Oct 17, 2018
1 parent 1912082 commit 50eea33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion derive/derive.elpi
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ main T M :-
derive.bcongr.main T {calc (Indname ^ "bcongr_")},
derive.eqK.main T {calc (Indname ^ "eq_axiom_")},
derive.eqcorrect.main T {calc (Indname ^ "eq_correct")},
derive.eqOK T {calc (Indname ^ "eq_OK")}
derive.eqOK.main T {calc (Indname ^ "eq_OK")}
].

}
1 change: 1 addition & 0 deletions theories/tutorial/demo_derive.v
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ About rtree_induction.
Print rtree_eq.
About rtree_eq_correct.
Print rtree_eq_correct.
Check rtree_eq_OK.

0 comments on commit 50eea33

Please sign in to comment.