src/HOL/Library/Predicate_Compile_Quickcheck.thy
author wenzelm
Wed, 17 Jun 2015 11:03:05 +0200
changeset 60500 903bb1495239
parent 58881 b9556a055632
child 63764 f3ad26c4b2d9
permissions -rw-r--r--
isabelle update_cartouches;

(* Author: Lukas Bulwahn, TU Muenchen *)

section \<open>A Prototype of Quickcheck based on the Predicate Compiler\<close>

theory Predicate_Compile_Quickcheck
imports Main Predicate_Compile_Alternative_Defs
begin

ML_file "../Tools/Predicate_Compile/predicate_compile_quickcheck.ML"

end