aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf/constrexpr.mli
diff options
context:
space:
mode:
Diffstat (limited to 'intf/constrexpr.mli')
-rw-r--r--intf/constrexpr.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/intf/constrexpr.mli b/intf/constrexpr.mli
index bc2f7df24..f6660ff69 100644
--- a/intf/constrexpr.mli
+++ b/intf/constrexpr.mli
@@ -81,8 +81,8 @@ type constr_expr =
| CIf of Loc.t * constr_expr * (Name.t located option * constr_expr option)
* constr_expr * constr_expr
| CHole of Loc.t * Evar_kinds.t option * Genarg.raw_generic_argument option
- | CPatVar of Loc.t * (bool * patvar)
- | CEvar of Loc.t * Glob_term.existential_name * (Id.t * constr_expr) list option
+ | CPatVar of Loc.t * patvar
+ | CEvar of Loc.t * Glob_term.existential_name * (Id.t * constr_expr) list
| CSort of Loc.t * glob_sort
| CCast of Loc.t * constr_expr * constr_expr cast_type
| CNotation of Loc.t * notation * constr_notation_substitution