src/Tools/quickcheck.ML
changeset 43018 121aa59b4d17
parent 42616 92715b528e78
child 43020 abb5d1f907e4
--- a/src/Tools/quickcheck.ML	Fri May 27 10:30:08 2011 +0200
+++ b/src/Tools/quickcheck.ML	Fri May 27 10:30:08 2011 +0200
@@ -530,7 +530,7 @@
         (false, state)
   end
 
-val setup = Auto_Tools.register_tool (auto, auto_quickcheck)
+val setup = Try.register_tool (auto, auto_quickcheck)
 
 (* Isar commands *)