diff options
Diffstat (limited to 'pretyping')
| -rw-r--r-- | pretyping/rawterm.ml | 2 | ||||
| -rw-r--r-- | pretyping/rawterm.mli | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pretyping/rawterm.ml b/pretyping/rawterm.ml index 9354035497..8ea4a25c3d 100644 --- a/pretyping/rawterm.ml +++ b/pretyping/rawterm.ml @@ -35,7 +35,7 @@ type binder_kind = BProd | BLambda | BLetIn type quantified_hypothesis = AnonHyp of int | NamedHyp of identifier -type 'a explicit_substitution = (quantified_hypothesis * 'a) list +type 'a explicit_substitution = (loc * quantified_hypothesis * 'a) list type 'a substitution = | ImplicitBindings of 'a list diff --git a/pretyping/rawterm.mli b/pretyping/rawterm.mli index 3c2241682b..981cb23314 100644 --- a/pretyping/rawterm.mli +++ b/pretyping/rawterm.mli @@ -35,7 +35,7 @@ type binder_kind = BProd | BLambda | BLetIn type quantified_hypothesis = AnonHyp of int | NamedHyp of identifier -type 'a explicit_substitution = (quantified_hypothesis * 'a) list +type 'a explicit_substitution = (loc * quantified_hypothesis * 'a) list type 'a substitution = | ImplicitBindings of 'a list |
