diff options
| author | thery | 2016-02-18 00:51:36 +0100 |
|---|---|---|
| committer | thery | 2016-02-18 00:51:36 +0100 |
| commit | 80ba26baaf0581407e401f56d83cb59bd090db53 (patch) | |
| tree | 74c11ee70ac330e0ef635caa266d179a88677fb4 /mathcomp/ssreflect/plugin | |
| parent | bca166997dd5116c271d5bec36ec537b53f3f14c (diff) | |
type in error message
Diffstat (limited to 'mathcomp/ssreflect/plugin')
| -rw-r--r-- | mathcomp/ssreflect/plugin/v8.5/ssreflect.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/ssreflect/plugin/v8.5/ssreflect.ml4 b/mathcomp/ssreflect/plugin/v8.5/ssreflect.ml4 index 2b958b5..8817d82 100644 --- a/mathcomp/ssreflect/plugin/v8.5/ssreflect.ml4 +++ b/mathcomp/ssreflect/plugin/v8.5/ssreflect.ml4 @@ -4130,7 +4130,7 @@ let ssrelim ?(is_case=false) ?ist deps what ?elim eqid ipats gl = let pat = List.find (fun t -> Intset.mem i (evars_of_term t)) patterns in errorstrm(str"Pattern"++spc()++pr_constr_pat pat++spc()++ str"was not completely instantiated and one of its variables"++spc()++ - str"occurs in the type of another non instantieted pattern variable"); + str"occurs in the type of another non-instantiated pattern variable"); end in (* the elim tactic, with the eliminator and the predicated we computed *) |
