author | wenzelm |
Thu, 11 Jun 2015 10:03:54 +0200 | |
changeset 60443 | 051b102aa1e1 |
parent 60426 | eb3094c6576c |
child 60444 | 9945378d1ee7 |
--- a/src/Pure/Isar/object_logic.ML Thu Jun 11 00:13:25 2015 +0100 +++ b/src/Pure/Isar/object_logic.ML Thu Jun 11 10:03:54 2015 +0200 @@ -125,7 +125,7 @@ val aT = TFree (Name.aT, []); val T = the_default (aT --> propT) (Sign.const_type (Proof_Context.theory_of ctxt) c) - |> Term.map_type_tvar (fn ((x, _), S) => TFree (x, S)); + |> Term.map_type_tvar (fn ((a, _), S) => TFree (a, S)); val U = Term.domain_type T handle Match => aT; in Const (c, T) $ Free (x, U) end;