diff options
| author | herbelin | 2006-01-11 11:09:59 +0000 |
|---|---|---|
| committer | herbelin | 2006-01-11 11:09:59 +0000 |
| commit | 17d4fca7d5afa070ba0157fd5a636a858f42c873 (patch) | |
| tree | e35e5fbf3f60b50638411a6676481effe8aef4db /interp/topconstr.ml | |
| parent | dcaefd4a668617504aaf335ed346598b03a80ba1 (diff) | |
Résidus du traducteur v7 -> v8
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7838 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp/topconstr.ml')
| -rw-r--r-- | interp/topconstr.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/topconstr.ml b/interp/topconstr.ml index da67c9f3ff..2f2a381c04 100644 --- a/interp/topconstr.ml +++ b/interp/topconstr.ml @@ -432,7 +432,7 @@ let rec match_ alp metas sigma a1 a2 = match (a1,a2) with match_ alp metas (match_ alp metas sigma c1 c2) t1 t2 | RSort (_,s1), ASort s2 when s1 = s2 -> sigma | RPatVar _, AHole _ -> (*Don't hide Metas, they bind in ltac*) raise No_match - | a, AHole _ when not(Options.do_translate()) -> sigma + | a, AHole _ -> sigma | RHole _, AHole _ -> sigma | (RDynamic _ | RRec _ | REvar _), _ | _,_ -> raise No_match |
