aboutsummaryrefslogtreecommitdiffhomepage
path: root/engine/evar_kinds.ml
diff options
context:
space:
mode:
Diffstat (limited to 'engine/evar_kinds.ml')
-rw-r--r--engine/evar_kinds.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/evar_kinds.ml b/engine/evar_kinds.ml
index 6e123d642..12e2fda8e 100644
--- a/engine/evar_kinds.ml
+++ b/engine/evar_kinds.ml
@@ -9,7 +9,6 @@
(************************************************************************)
open Names
-open Misctypes
(** The kinds of existential variable *)
@@ -18,7 +17,7 @@ open Misctypes
type obligation_definition_status = Define of bool | Expand
-type matching_var_kind = FirstOrderPatVar of patvar | SecondOrderPatVar of patvar
+type matching_var_kind = FirstOrderPatVar of Id.t | SecondOrderPatVar of Id.t
type subevar_kind = Domain | Codomain | Body