changeset 4223 | f60e3d2c81d3 |
parent 4222 | d7573d6d0513 |
child 4349 | 50403e5a44c0 |
--- a/src/FOL/ROOT.ML Wed Nov 12 16:28:53 1997 +0100 +++ b/src/FOL/ROOT.ML Wed Nov 12 18:58:50 1997 +0100 @@ -34,6 +34,8 @@ val rev_mp = rev_mp val subst = subst val sym = sym + val thin_refl = prove_goal IFOL.thy + "!!X. [|x=x; PROP W|] ==> PROP W" (K [atac 1]); end; structure Hypsubst = HypsubstFun(Hypsubst_Data);