diff -r 99577c7085c8 -r 17014b1b9353 src/HOL/Tools/quickcheck_generators.ML --- a/src/HOL/Tools/quickcheck_generators.ML Tue Oct 27 17:19:31 2009 +0100 +++ b/src/HOL/Tools/quickcheck_generators.ML Tue Oct 27 17:34:00 2009 +0100 @@ -8,7 +8,7 @@ type seed = Random_Engine.seed val random_fun: typ -> typ -> ('a -> 'a -> bool) -> ('a -> term) -> (seed -> ('b * (unit -> term)) * seed) -> (seed -> seed * seed) - -> seed -> (('a -> 'b) * (unit -> Term.term)) * seed + -> seed -> (('a -> 'b) * (unit -> term)) * seed val ensure_random_typecopy: string -> theory -> theory val random_aux_specification: string -> string -> term list -> local_theory -> local_theory val mk_random_aux_eqs: theory -> Datatype.descr -> (string * sort) list