src/HOL/Mirabelle/Mirabelle.thy
author wenzelm
Sat, 20 Jul 2019 11:17:54 +0200
changeset 70382 23ba5a638e6d
parent 69605 a96320074298
child 73684 a63d76ba0a03
permissions -rw-r--r--
more robust: avoid folding of jEdit file-names wrt. JEDIT_SESSION_DIRS;

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

theory Mirabelle
imports Main
begin

ML_file \<open>Tools/mirabelle.ML\<close>
ML_file \<open>../TPTP/sledgehammer_tactics.ML\<close>

ML \<open>Toplevel.add_hook Mirabelle.step_hook\<close>

ML \<open>
signature MIRABELLE_ACTION =
sig
  val invoke : (string * string) list -> theory -> theory
end
\<close>

end