src/HOL/Library/SML_Quickcheck.thy
author bulwahn
Thu, 16 Sep 2010 13:49:12 +0200
changeset 39466 f3c5da707f30
parent 39252 8f176e575a49
child 40919 cdb34f393a7e
permissions -rw-r--r--
adding values to show and ensure that values works with complex terms and restores numerals on natural numbers


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