src/HOL/Library/SML_Quickcheck.thy
author haftmann
Sat, 24 Jul 2010 18:08:41 +0200
changeset 37958 9728342bcd56
parent 37390 8781d80026fc
child 39252 8f176e575a49
permissions -rw-r--r--
another refinement chapter in the neverending numeral story


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