diff options
| author | herbelin | 2003-04-15 08:02:45 +0000 |
|---|---|---|
| committer | herbelin | 2003-04-15 08:02:45 +0000 |
| commit | 3238143869d4279cc7f578704023eac1a75c6e61 (patch) | |
| tree | 7b0fafed7c18f0d212fc44571c0d5de47d8c0247 /interp | |
| parent | 55d74e35b48afa9c5a4f0b91f29438fe4b65a568 (diff) | |
Affichage coercions en mode -(f)translate
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3924 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp')
| -rw-r--r-- | interp/constrextern.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/constrextern.ml b/interp/constrextern.ml index 3448a18dea..e3edd8cbac 100644 --- a/interp/constrextern.ml +++ b/interp/constrextern.ml @@ -171,7 +171,7 @@ let explicitize loc inctx impl f args = if args = [] then f else CApp (loc, f, args) let rec skip_coercion dest_ref (f,args as app) = - if !print_coercions then app + if !print_coercions or Options.do_translate () then app else try match dest_ref f with |
