src/HOL/Mirabelle/Mirabelle_Test.thy
author wenzelm
Sat, 18 Jun 2011 21:03:52 +0200
changeset 43448 90aec5043461
parent 41358 d5e91925916e
child 47477 3fabf352243e
permissions -rw-r--r--
more robust caret painting wrt. surrogate characters; discontinued glyphvector drawing -- less special cases;

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