src/HOL/Library/Predicate_Compile_Quickcheck.thy
author bulwahn
Fri, 11 Nov 2011 08:32:45 +0100
changeset 45450 dc2236b19a3d
parent 43886 bf068e758783
child 48891 c0eafbd55de3
permissions -rw-r--r--
adding CPS compilation to predicate compiler; removing function_flattening reference; new testers smart_exhaustive and smart_slow_exhaustive; renaming PredicateCompFuns to Predicate_Comp_Funs;

(* Author: Lukas Bulwahn, TU Muenchen *)

header {* A Prototype of Quickcheck based on the Predicate Compiler *}

theory Predicate_Compile_Quickcheck
imports Main Predicate_Compile_Alternative_Defs
uses "../Tools/Predicate_Compile/predicate_compile_quickcheck.ML"
begin

setup {* Predicate_Compile_Quickcheck.setup *}

end