src/HOL/Mirabelle/Mirabelle_Test.thy
author wenzelm
Sun, 29 Apr 2012 23:08:27 +0200
changeset 47838 47d213b10fd7
parent 47730 15f4309bb9eb
child 47891 e3627a83b114
permissions -rw-r--r--
basic setup for self-extracting 7zip installer;

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