refute_params: default value itself=1 added (for type classes)
authorwebertj
Mon, 07 Mar 2005 19:30:53 +0100
changeset 15584 3478bb4f93ff
parent 15583 256c5e6b314f
child 15585 513aa9a3a26d
refute_params: default value itself=1 added (for type classes)
src/HOL/Main.thy
--- a/src/HOL/Main.thy	Mon Mar 07 19:25:13 2005 +0100
+++ b/src/HOL/Main.thy	Mon Mar 07 19:30:53 2005 +0100
@@ -83,7 +83,8 @@
   explanation of these parameters, see 'HOL/Refute.thy'.
 *}
 
-refute_params [minsize=1,
+refute_params ["itself"=1,
+               minsize=1,
                maxsize=8,
                maxvars=10000,
                maxtime=60,