src/HOL/Mirabelle/Mirabelle.thy
author wenzelm
Sun, 06 Jan 2019 15:04:34 +0100
changeset 69605 a96320074298
parent 63167 0909deb8059b
child 73684 a63d76ba0a03
permissions -rw-r--r--
isabelle update -u path_cartouches;

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