src/HOL/Library/SML_Quickcheck.thy
author blanchet
Tue, 31 Aug 2010 20:24:28 +0200
changeset 38942 e10c11971fa7
parent 37390 8781d80026fc
child 39252 8f176e575a49
permissions -rw-r--r--
"try" -- a new diagnosis tool that tries to apply several methods in parallel


header {* Install quickcheck of SML code generator *}

theory SML_Quickcheck
imports Main
begin

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

end