author | Cezary Kaliszyk <cezarykaliszyk@gmail.com> |
Wed, 04 Apr 2012 20:09:56 +0200 | |
changeset 47363 | c7fc95e722ff |
parent 47361 | 87c0eaf04bad |
child 47364 | 637074507956 |
--- a/src/HOL/Import/import_rule.ML Wed Apr 04 17:51:12 2012 +0200 +++ b/src/HOL/Import/import_rule.ML Wed Apr 04 20:09:56 2012 +0200 @@ -235,7 +235,7 @@ [SOME rept, SOME abst, SOME cP, SOME (cterm_of thy' (Free ("a", aty))), SOME (cterm_of thy' (Free ("r", typ_of ctT)))] @{thm typedef_hol2hollight} - val th4 = meta_mp typedef_th (#type_definition (#2 typedef_info)) + val th4 = typedef_th OF [#type_definition (#2 typedef_info)] in (th4, thy') end