diff options
| author | Pierre-Marie Pédrot | 2020-07-02 16:15:32 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-08-12 14:07:13 +0200 |
| commit | de16cf5411c2696044d5b17cccb3659d21a79921 (patch) | |
| tree | 76963ba4ec21ef5444f1834684badfc2ebb4d041 | |
| parent | b0aa5bd44d31e7b3dd93b22f1fdfdd7545421ec1 (diff) | |
Make the Hint.hint type private.
| -rw-r--r-- | tactics/hints.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/hints.mli b/tactics/hints.mli index 1508b81d1f..28db5b3618 100644 --- a/tactics/hints.mli +++ b/tactics/hints.mli @@ -39,7 +39,7 @@ type 'a hint_ast = | Unfold_nth of evaluable_global_reference (* Hint Unfold *) | Extern of Genarg.glob_generic_argument (* Hint Extern *) -type hint = { +type hint = private { hint_term : constr; hint_type : types; hint_uctx : Univ.ContextSet.t; |
