src/HOL/Mirabelle/Mirabelle_Test.thy
author wenzelm
Fri, 09 Jun 2017 22:55:18 +0200
changeset 66058 637b26fd3349
parent 63167 0909deb8059b
child 69605 a96320074298
permissions -rw-r--r--
merged

(*  Title:      HOL/Mirabelle/Mirabelle_Test.thy
    Author:     Sascha Boehme, TU Munich
*)

section \<open>Simple test theory for Mirabelle actions\<close>

theory Mirabelle_Test
imports Main Mirabelle
begin

ML_file "Tools/mirabelle_arith.ML"
ML_file "Tools/mirabelle_metis.ML"
ML_file "Tools/mirabelle_quickcheck.ML"
ML_file "Tools/mirabelle_refute.ML"
ML_file "Tools/mirabelle_sledgehammer.ML"
ML_file "Tools/mirabelle_sledgehammer_filter.ML"
ML_file "Tools/mirabelle_try0.ML"

text \<open>
  Only perform type-checking of the actions,
  any reasonable test would be too complicated.
\<close>

end