aboutsummaryrefslogtreecommitdiff
path: root/src/tac2qexpr.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-06-18 14:32:58 +0200
committerPierre-Marie Pédrot2018-06-18 14:46:09 +0200
commit1bbeba35eb385f813a0e4b6d25a437f9bab8191b (patch)
tree654b722111fe371722b49c1f52a5ee0e2baf1e24 /src/tac2qexpr.mli
parent1103a3f909b070a54d8fe2765b274aa7d217ec91 (diff)
Fixing a batch of deprecation warnings.
Diffstat (limited to 'src/tac2qexpr.mli')
-rw-r--r--src/tac2qexpr.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tac2qexpr.mli b/src/tac2qexpr.mli
index 05b9f4141f..3f0c591e63 100644
--- a/src/tac2qexpr.mli
+++ b/src/tac2qexpr.mli
@@ -135,7 +135,7 @@ type constr_matching = constr_match_branch list CAst.t
type goal_match_pattern_r = {
q_goal_match_concl : constr_match_pattern;
- q_goal_match_hyps : (Misctypes.lname * constr_match_pattern) list;
+ q_goal_match_hyps : (Names.lname * constr_match_pattern) list;
}
type goal_match_pattern = goal_match_pattern_r CAst.t