diff options
Diffstat (limited to 'parsing/pattern.mli')
| -rw-r--r-- | parsing/pattern.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parsing/pattern.mli b/parsing/pattern.mli index 5506e070d4..ba8a883a8a 100644 --- a/parsing/pattern.mli +++ b/parsing/pattern.mli @@ -9,11 +9,11 @@ open Environ (*i*) type constr_pattern = - | PRef of constr array reference + | PRef of constr array Rawterm.reference | PRel of int | PApp of constr_pattern * constr_pattern array | PSoApp of int * constr_pattern list - | PBinder of binder_kind * name * constr_pattern * constr_pattern + | PBinder of Rawterm.binder_kind * name * constr_pattern * constr_pattern | PSort of Rawterm.rawsort | PMeta of int option | PCase of constr_pattern option * constr_pattern * constr_pattern array |
