aboutsummaryrefslogtreecommitdiff
path: root/intf/evar_kinds.ml
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2017-11-26 04:30:07 +0100
committerEmilio Jesus Gallego Arias2017-11-26 04:33:51 +0100
commit3cc45d57f6001d8c377825b9b940bc51fb3a96f7 (patch)
treeffd95829dd19c019811e82f6c849213920849ff3 /intf/evar_kinds.ml
parentc1e670b386f83ed78104a6eb6e4d17cc1d906439 (diff)
[api] Remove aliases of `Evar.t`
There don't really bring anything, we also correct some minor nits with the printing function.
Diffstat (limited to 'intf/evar_kinds.ml')
-rw-r--r--intf/evar_kinds.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/evar_kinds.ml b/intf/evar_kinds.ml
index 36c421c6ca..428d6b6785 100644
--- a/intf/evar_kinds.ml
+++ b/intf/evar_kinds.ml
@@ -32,4 +32,4 @@ type t =
| ImpossibleCase
| MatchingVar of matching_var_kind
| VarInstance of Id.t
- | SubEvar of Constr.existential_key
+ | SubEvar of Evar.t