src/HOL/Mirabelle/Mirabelle.thy
author wenzelm
Sat, 23 May 2015 17:19:37 +0200
changeset 60299 5ae2a2e74c93
parent 59574 de392405a851
child 63167 0909deb8059b
permissions -rw-r--r--
clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;

(*  Title:      HOL/Mirabelle/Mirabelle.thy
    Author:     Jasmin Blanchette and Sascha Boehme, TU Munich
*)

theory Mirabelle
imports Main
begin

ML_file "Tools/mirabelle.ML"
ML_file "../TPTP/sledgehammer_tactics.ML"

ML {* Toplevel.add_hook Mirabelle.step_hook *}

ML {*
signature MIRABELLE_ACTION =
sig
  val invoke : (string * string) list -> theory -> theory
end
*}

end