src/HOL/Mirabelle/Mirabelle_Test.thy
author haftmann
Sun, 16 Mar 2014 18:09:04 +0100
changeset 56166 9a241bc276cd
parent 48891 c0eafbd55de3
child 58889 5b7a9633cfa8
permissions -rw-r--r--
normalising simp rules for compound operators

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

header {* Simple test theory for Mirabelle actions *}

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 {*
  Only perform type-checking of the actions,
  any reasonable test would be too complicated.
*}

end