src/HOL/Library/Predicate_Compile_Quickcheck.thy
author wenzelm
Sun, 06 Jan 2019 15:04:34 +0100
changeset 69605 a96320074298
parent 63992 3aa9837d05c7
permissions -rw-r--r--
isabelle update -u path_cartouches;

(*  Title:      HOL/Library/Predicate_Compile_Quickcheck.thy
    Author:     Lukas Bulwahn, TU Muenchen
*)

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

theory Predicate_Compile_Quickcheck
  imports Predicate_Compile_Alternative_Defs
begin

ML_file \<open>../Tools/Predicate_Compile/predicate_compile_quickcheck.ML\<close>

end