src/HOL/Mirabelle/Mirabelle_Test.thy
author paulson <lp15@cam.ac.uk>
Wed, 02 May 2018 12:47:56 +0100
changeset 68064 b249fab48c76
parent 63167 0909deb8059b
child 69605 a96320074298
permissions -rw-r--r--
type class generalisations; some work on infinite products

(*  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