src/HOL/Tools/quickcheck_record.ML
changeset 38399 04d220477074
parent 38397 3e910e98dd67
child 38528 bbaaaf6f1cbe
--- a/src/HOL/Tools/quickcheck_record.ML	Thu Aug 12 19:56:21 2010 +0200
+++ b/src/HOL/Tools/quickcheck_record.ML	Fri Aug 13 10:38:28 2010 +0200
@@ -7,6 +7,7 @@
 signature QUICKCHECK_RECORD =
 sig
   val ensure_random_typecopy: string -> theory -> theory
+  val setup: theory -> theory
 end;
 
 structure Quickcheck_Record : QUICKCHECK_RECORD =