diff options
| author | herbelin | 2006-01-28 18:36:54 +0000 |
|---|---|---|
| committer | herbelin | 2006-01-28 18:36:54 +0000 |
| commit | f6d0c82cf1a47671236c499b7cb8bb06348cc9c5 (patch) | |
| tree | 2c81a51aa47db3287ed953ff6a0efdf37072d7fb /contrib/interface/blast.ml | |
| parent | e821f88bc09bb5c72ab09088d15f7b291ac77107 (diff) | |
Suppression code pour hints nommés à la V7 (voire à la V6...)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7936 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface/blast.ml')
| -rwxr-xr-x | contrib/interface/blast.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/interface/blast.ml b/contrib/interface/blast.ml index e3656b1e10..128adb6073 100755 --- a/contrib/interface/blast.ml +++ b/contrib/interface/blast.ml @@ -470,7 +470,7 @@ let rec search_gen decomp n db_list local_db extra_sign goal = try [make_apply_entry (pf_env g') (project g') (true,false) - hid (mkVar hid,body_of_type htyp)] + (mkVar hid,body_of_type htyp)] with Failure _ -> [] in (free_try |
