src/HOLCF/Cont.ML
changeset 1779 1155c06fa956
parent 1461 6bcb44e4d6e5
child 2033 639de962ded4
equal deleted inserted replaced
1778:6c942cf3bf68 1779:1155c06fa956
   576         (resolve_tac prems 1),
   576         (resolve_tac prems 1),
   577         (resolve_tac prems 1)
   577         (resolve_tac prems 1)
   578         ]);
   578         ]);
   579 
   579 
   580 
   580 
   581 val cont2cont_app2 = (allI RSN (2,cont2cont_app));
   581 bind_thm ("cont2cont_app2", allI RSN (2,cont2cont_app));
   582 (*  [| cont ?ft; !!x. cont (?ft x); cont ?tt |] ==> *)
   582 (*  [| cont ?ft; !!x. cont (?ft x); cont ?tt |] ==> *)
   583 (*        cont (%x. ?ft x (?tt x))                    *)
   583 (*        cont (%x. ?ft x (?tt x))                    *)
   584 
   584 
   585 
   585 
   586 (* ------------------------------------------------------------------------ *)
   586 (* ------------------------------------------------------------------------ *)