src/HOL/Typerep.thy
changeset 31723 f5cafe803b55
parent 31205 98370b26c2ce
child 33384 1b5ba4e6a953
equal deleted inserted replaced
31717:d1f7b6245a75 31723:f5cafe803b55
    62   then add_typerep tyco thy else thy;
    62   then add_typerep tyco thy else thy;
    63 
    63 
    64 in
    64 in
    65 
    65 
    66 add_typerep @{type_name fun}
    66 add_typerep @{type_name fun}
    67 #> TypedefPackage.interpretation ensure_typerep
    67 #> Typedef.interpretation ensure_typerep
    68 #> Code.type_interpretation (ensure_typerep o fst)
    68 #> Code.type_interpretation (ensure_typerep o fst)
    69 
    69 
    70 end
    70 end
    71 *}
    71 *}
    72 
    72