src/HOL/Mirabelle/Mirabelle_Test.thy
author wenzelm
Thu, 04 Mar 2010 21:02:21 +0100
changeset 35567 309e75c58af2
parent 32564 378528d2f7eb
child 38892 eccc9e2a6412
permissions -rw-r--r--
point to http://hginit.com/
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"
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
    15
begin
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
    16
32564
378528d2f7eb standard headers and text sections;
wenzelm
parents: 32518
diff changeset
    17
text {*
378528d2f7eb standard headers and text sections;
wenzelm
parents: 32518
diff changeset
    18
  Only perform type-checking of the actions,
378528d2f7eb standard headers and text sections;
wenzelm
parents: 32518
diff changeset
    19
  any reasonable test would be too complicated.
378528d2f7eb standard headers and text sections;
wenzelm
parents: 32518
diff changeset
    20
*}
32496
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
    21
4ab00a2642c3 moved Mirabelle from HOL/Tools to HOL,
boehmes
parents:
diff changeset
    22
end