diff options
| author | herbelin | 2004-04-30 14:08:46 +0000 |
|---|---|---|
| committer | herbelin | 2004-04-30 14:08:46 +0000 |
| commit | 9c9ef8b51b41b0b1034339d420f32207199b49c2 (patch) | |
| tree | 6590cec83de8db9163ca0558dbea0744d3c5e91d /tactics | |
| parent | b74e66dc5fd78af56e768486fa8e534fd7c07c21 (diff) | |
Terminologie plus intuitive: evaluable -> unfoldable
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5716 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/tacinterp.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml index 09bf068bfc..495aa87fa0 100644 --- a/tactics/tacinterp.ml +++ b/tactics/tacinterp.ml @@ -213,7 +213,7 @@ let coerce_to_reference env = function let error_not_evaluable s = errorlabstrm "evalref_of_ref" (str "Cannot coerce" ++ spc () ++ s ++ spc () ++ - str "to an evaluable reference") + str "to an unfoldable reference") let coerce_to_evaluable_ref env c = let ev = match c with |
