Skip to content

Commit

Permalink
fix compilation on 8.6 and trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Tassi committed Nov 8, 2016
1 parent 2a8af6f commit 23e57fb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mathcomp/ssreflect/plugin/trunk/ssreflect.ml4
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ let interp_refine ist gl rc =
let kind = OfType (pf_concl gl) in
let flags = {
use_typeclasses = true;
use_unif_heuristics = true;
solve_unification_constraints = true;
use_hook = None;
fail_evar = false;
expand_evars = true }
Expand Down
2 changes: 1 addition & 1 deletion mathcomp/ssreflect/plugin/v8.6/ssreflect.ml4
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ let interp_refine ist gl rc =
let kind = OfType (pf_concl gl) in
let flags = {
use_typeclasses = true;
use_unif_heuristics = true;
solve_unification_constraints = true;
use_hook = None;
fail_evar = false;
expand_evars = true }
Expand Down
1 change: 0 additions & 1 deletion mathcomp/ssreflect/ssrmatching.v

This file was deleted.

1 change: 0 additions & 1 deletion mathcomp/ssrmatching.v

This file was deleted.

0 comments on commit 23e57fb

Please sign in to comment.