| author | blanchet | 
| Thu, 02 Sep 2010 22:49:56 +0200 | |
| changeset 39109 | ceee95f41823 | 
| parent 37390 | 8781d80026fc | 
| child 39252 | 8f176e575a49 | 
| permissions | -rw-r--r-- | 
| 33084 | 1 | |
| 2 | header {* Install quickcheck of SML code generator *}
 | |
| 3 | ||
| 4 | theory SML_Quickcheck | |
| 5 | imports Main | |
| 6 | begin | |
| 7 | ||
| 8 | setup {*
 | |
| 37390 
8781d80026fc
moved inductive_codegen to place where product type is available; tuned structure name
 haftmann parents: 
33771diff
changeset | 9 | Inductive_Codegen.quickcheck_setup #> | 
| 33084 | 10 |   Quickcheck.add_generator ("SML", Codegen.test_term)
 | 
| 11 | *} | |
| 12 | ||
| 13 | end |