aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/termast.mli
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/termast.mli')
-rw-r--r--parsing/termast.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/termast.mli b/parsing/termast.mli
index d8458263a..fb0762446 100644
--- a/parsing/termast.mli
+++ b/parsing/termast.mli
@@ -24,7 +24,7 @@ open Pattern
val ast_of_cases_pattern : cases_pattern -> Coqast.t
val ast_of_rawconstr : rawconstr -> Coqast.t
-val ast_of_pattern : names_context -> constr_pattern -> Coqast.t
+val ast_of_pattern : env -> names_context -> constr_pattern -> Coqast.t
(* If [b=true] in [ast_of_constr b env c] then the variables in the first
level of quantification clashing with the variables in [env] are renamed *)