aboutsummaryrefslogtreecommitdiff
path: root/interp/notation_ops.mli
diff options
context:
space:
mode:
authorMaxime Dénès2016-06-27 12:32:03 +0200
committerMaxime Dénès2016-06-27 12:32:03 +0200
commitc1caa158add73e6e6028ade81a0cb4540a845d18 (patch)
treee6cd36fc03ae7a79d9b65f08b0295bedc485f855 /interp/notation_ops.mli
parenta553126c9e0984f38b1a15f2db60458813a177c9 (diff)
parentc6d9d4fb142ef42634be25b60c0995b541e86629 (diff)
Merge branch 'funpattern' into trunk. Was PR#142: Binder syntax.
Diffstat (limited to 'interp/notation_ops.mli')
-rw-r--r--interp/notation_ops.mli5
1 files changed, 4 insertions, 1 deletions
diff --git a/interp/notation_ops.mli b/interp/notation_ops.mli
index 576c5b943a..0f1b1a8756 100644
--- a/interp/notation_ops.mli
+++ b/interp/notation_ops.mli
@@ -47,9 +47,12 @@ val glob_constr_of_notation_constr : Loc.t -> notation_constr -> glob_constr
exception No_match
+type glob_decl2 =
+ (name, cases_pattern) Util.union * Decl_kinds.binding_kind *
+ glob_constr option * glob_constr
val match_notation_constr : bool -> glob_constr -> interpretation ->
(glob_constr * subscopes) list * (glob_constr list * subscopes) list *
- (glob_decl list * subscopes) list
+ (glob_decl2 list * subscopes) list
val match_notation_constr_cases_pattern :
cases_pattern -> interpretation ->