src/HOL/Mirabelle/Mirabelle_Test.thy
author haftmann
Mon, 28 May 2012 13:38:07 +0200
changeset 48003 1d11af40b106
parent 47891 e3627a83b114
child 48891 c0eafbd55de3
permissions -rw-r--r--
dropped sort constraints on datatype specifications

(*  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"
  "Tools/mirabelle_try0.ML"
begin

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

end