src/HOL/Library/Predicate_Compile_Quickcheck.thy
author wenzelm
Thu, 10 Dec 2015 21:31:24 +0100
changeset 61829 55c85d25e18c
parent 60500 903bb1495239
child 63764 f3ad26c4b2d9
permissions -rw-r--r--
proper checksum for cygwin-20151210.tar.gz (some snapshot after 1.7.35-1);

(* 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