src/HOLCF/Cfun1.ML
changeset 2033 639de962ded4
parent 1461 6bcb44e4d6e5
child 2640 ee4dfce170a0
equal deleted inserted replaced
2032:1bbf1bdcaf56 2033:639de962ded4
    13 (* ------------------------------------------------------------------------ *)
    13 (* ------------------------------------------------------------------------ *)
    14 
    14 
    15 qed_goalw "CfunI" Cfun1.thy [Cfun_def] "(% x.x):Cfun"
    15 qed_goalw "CfunI" Cfun1.thy [Cfun_def] "(% x.x):Cfun"
    16  (fn prems =>
    16  (fn prems =>
    17         [
    17         [
    18         (rtac (mem_Collect_eq RS ssubst) 1),
    18         (stac mem_Collect_eq 1),
    19         (rtac cont_id 1)
    19         (rtac cont_id 1)
    20         ]);
    20         ]);
    21 
    21 
    22 
    22 
    23 (* ------------------------------------------------------------------------ *)
    23 (* ------------------------------------------------------------------------ *)