author | wenzelm |
Thu, 30 May 2013 22:16:33 +0200 | |
changeset 52262 | f22d227a090c |
parent 52261 | 3de2666b089d |
child 52263 | 320c86e50f84 |
--- a/src/HOL/Spec_Check/Examples.thy Thu May 30 22:15:06 2013 +0200 +++ b/src/HOL/Spec_Check/Examples.thy Thu May 30 22:16:33 2013 +0200 @@ -75,8 +75,8 @@ *} -ML {* val thy = @{theory}; *} ML_command {* +val thy = @{theory}; check_property "ALL t u. if Pattern.matches thy (t, u) then Term.could_unify (t, u) else true" *}