aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2015-04-12 21:13:51 +0200
committerPierre-Marie Pédrot2015-04-12 21:13:51 +0200
commit91172e9c3a1430c3be3ad1080d2da68b25d940aa (patch)
treed4a0497e364036e559283afee26634806d2fb120
parentb3192497979a57a6078b2ecdb0d8b546cb100ffa (diff)
Making the hint entry type opaque.
-rw-r--r--tactics/hints.mli3
1 files changed, 1 insertions, 2 deletions
diff --git a/tactics/hints.mli b/tactics/hints.mli
index 42379b7c0c..9a781c722c 100644
--- a/tactics/hints.mli
+++ b/tactics/hints.mli
@@ -54,8 +54,7 @@ type search_entry
(** The head may not be bound. *)
-type hint_entry = global_reference option *
- (constr * types * Univ.universe_context_set) gen_auto_tactic
+type hint_entry
type hints_path =
| PathAtom of hints_path_atom