diff options
Diffstat (limited to 'contrib/firstorder/sequent.ml')
-rw-r--r-- | contrib/firstorder/sequent.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/firstorder/sequent.ml b/contrib/firstorder/sequent.ml index c832d30f..e931f8fd 100644 --- a/contrib/firstorder/sequent.ml +++ b/contrib/firstorder/sequent.ml @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(* $Id: sequent.ml 10824 2008-04-21 13:57:03Z msozeau $ *) +(* $Id: sequent.ml 11282 2008-07-28 11:51:53Z msozeau $ *) open Term open Util @@ -281,7 +281,7 @@ let create_with_auto_hints l depth gl= searchtable_map dbname with Not_found-> error ("Firstorder: "^dbname^" : No such Hint database") in - Hint_db.iter g (snd hdb) in + Hint_db.iter g hdb in List.iter h l; !seqref |