| changeset 49323 | 6dff6b1f5417 |
| parent 48654 | ee9cba42d83d |
| child 49982 | 724cfe013182 |
--- a/src/HOL/Tools/ATP/atp_problem_generate.ML Wed Sep 12 13:42:28 2012 +0200 +++ b/src/HOL/Tools/ATP/atp_problem_generate.ML Wed Sep 12 13:56:49 2012 +0200 @@ -380,7 +380,7 @@ (* "HOL.eq" and choice are mapped to the ATP's equivalents *) local - val choice_const = (fst o dest_Const o HOLogic.choice_const) Term.dummyT + val choice_const = (fst o dest_Const o HOLogic.choice_const) dummyT fun default c = const_prefix ^ lookup_const c in fun make_fixed_const _ @{const_name HOL.eq} = tptp_old_equal