src/HOL/Library/SML_Quickcheck.thy
author wenzelm
Mon, 25 Oct 2010 21:23:09 +0200
changeset 40133 b61d52de66f0
parent 39252 8f176e575a49
child 40919 cdb34f393a7e
permissions -rw-r--r--
more explicit indication of Output.Private_Hooks (still public to accomodate clones of Proof General for now);


header {* Install quickcheck of SML code generator *}

theory SML_Quickcheck
imports Main
begin

setup {*
  Inductive_Codegen.quickcheck_setup #>
  Context.theory_map (Quickcheck.add_generator ("SML", Codegen.test_term))
*}

end