src/HOL/Mirabelle/Mirabelle_Test.thy
author haftmann
Tue, 28 Sep 2010 15:39:59 +0200
changeset 39776 cde508d2eac8
parent 38892 eccc9e2a6412
child 40634 dc124a486f94
permissions -rw-r--r--
dropped old primrec package

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

header {* Simple test theory for Mirabelle actions *}

theory Mirabelle_Test
imports Main Mirabelle
uses
  "Tools/mirabelle_arith.ML"
  "Tools/mirabelle_metis.ML"
  "Tools/mirabelle_quickcheck.ML"
  "Tools/mirabelle_refute.ML"
  "Tools/mirabelle_sledgehammer.ML"
  "Tools/mirabelle_sledgehammer_filter.ML"
begin

text {*
  Only perform type-checking of the actions,
  any reasonable test would be too complicated.
*}

end