Skip to content

Commit

Permalink
Merge pull request #118 from vbgl/rm-hardwired-hint-db
Browse files Browse the repository at this point in the history
Fix for coq/coq#8984
  • Loading branch information
ppedrot authored Apr 2, 2019
2 parents a41b22a + e80464b commit f1530a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tac2tactics.ml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ let eauto debug n p lems dbs =
let typeclasses_eauto strategy depth dbs =
let only_classes, dbs = match dbs with
| None ->
true, [Hints.typeclasses_db]
true, [Class_tactics.typeclasses_db]
| Some dbs ->
let dbs = List.map Id.to_string dbs in
false, dbs
Expand Down

0 comments on commit f1530a7

Please sign in to comment.