src/HOL/Mirabelle/Mirabelle_Test.thy
author wenzelm
Sat, 14 Jan 2012 12:36:43 +0100
changeset 46204 df1369a42393
parent 41358 d5e91925916e
child 47477 3fabf352243e
permissions -rw-r--r--
tuned signature;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32564
378528d2f7eb standard headers and text sections;
wenzelm
parents: 32518
diff changeset
     1
(*  Title:      HOL/Mirabelle/Mirabelle_Test.thy
378528d2f7eb standard headers and text sections;
wenzelm
parents: 32518
diff changeset
     2
    Author:     Sascha Boehme, TU Munich
32496
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
     3
*)
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
     4
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
     5
header {* Simple test theory for Mirabelle actions *}
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
     6
32518
boehmes
parents: 32496
diff changeset
     7
theory Mirabelle_Test
32496
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
     8
imports Main Mirabelle
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
     9
uses
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
    10
  "Tools/mirabelle_arith.ML"
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
    11
  "Tools/mirabelle_metis.ML"
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
    12
  "Tools/mirabelle_quickcheck.ML"
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
    13
  "Tools/mirabelle_refute.ML"
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
    14
  "Tools/mirabelle_sledgehammer.ML"
38892
eccc9e2a6412 added evaluation method for relevance filter
blanchet
parents: 32564
diff changeset
    15
  "Tools/mirabelle_sledgehammer_filter.ML"
32496
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
    16
begin
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
    17
32564
378528d2f7eb standard headers and text sections;
wenzelm
parents: 32518
diff changeset
    18
text {*
378528d2f7eb standard headers and text sections;
wenzelm
parents: 32518
diff changeset
    19
  Only perform type-checking of the actions,
378528d2f7eb standard headers and text sections;
wenzelm
parents: 32518
diff changeset
    20
  any reasonable test would be too complicated.
378528d2f7eb standard headers and text sections;
wenzelm
parents: 32518
diff changeset
    21
*}
32496
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
    22
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
    23
end