author | paulson |
Mon, 28 Dec 1998 16:56:07 +0100 | |
changeset 6048 | 88e6e55dd168 |
parent 6047 | f2e0938ba38d |
child 6049 | 7fef0169ab5e |
src/ZF/Update.ML | file | annotate | diff | comparison | revisions |
--- a/src/ZF/Update.ML Mon Dec 28 16:54:53 1998 +0100 +++ b/src/ZF/Update.ML Mon Dec 28 16:56:07 1998 +0100 @@ -33,3 +33,9 @@ qed "domain_update"; Addsimps [domain_update]; +Goalw [update_def] "[| f: A -> B; x : A; y: B |] ==> f(x:=y) : A -> B"; +by (asm_simp_tac (simpset() addsimps [domain_of_fun, cons_absorb, + apply_funtype, lam_type]) 1); +qed "update_type"; + +