src/Tools/Spec_Check/Spec_Check.thy
author paulson <lp15@cam.ac.uk>
Tue, 25 Apr 2017 16:39:54 +0100
changeset 65578 e4997c181cce
parent 53165 787d04a7c2d5
child 69605 a96320074298
permissions -rw-r--r--
New material from PNT proof, as well as more default [simp] declarations. Also removed duplicate theorems about geometric series

theory Spec_Check
imports Pure
begin

ML_file "random.ML"
ML_file "property.ML"
ML_file "base_generator.ML"
ML_file "generator.ML"
ML_file "gen_construction.ML"
ML_file "spec_check.ML"
ML_file "output_style.ML"

end