diff options
| author | mohring | 2000-12-06 08:50:51 +0000 |
|---|---|---|
| committer | mohring | 2000-12-06 08:50:51 +0000 |
| commit | 908672c4eb9bba99c43e8bb2a7376656429af6d7 (patch) | |
| tree | b09ee43dd297c7726cbf3be89a34cbcdc280ecd6 /toplevel | |
| parent | 3fd9c34319dcfa7e05d70e26f55ea1350e13e72b (diff) | |
Reparation conditions de positivites inductifs, echange dans add_entry
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1057 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
| -rw-r--r-- | toplevel/himsg.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/himsg.ml b/toplevel/himsg.ml index d3c4c41fe6..83da9abef8 100644 --- a/toplevel/himsg.ml +++ b/toplevel/himsg.ml @@ -43,7 +43,7 @@ let explain_reference_variables id = 'sTR "refers to variables which are not in the context" >] let msg_bad_elimination ctx k = function - | Some(ki,kp,explanation) -> + | Some(kp,ki,explanation) -> let pki = prterm_env ctx ki in let pkp = prterm_env ctx kp in (hOV 0 |
