src/HOL/Mirabelle/Mirabelle.thy
author paulson <lp15@cam.ac.uk>
Sun, 19 Apr 2020 22:16:57 +0100
changeset 71771 7c0de1eb6075
parent 69605 a96320074298
child 73684 a63d76ba0a03
permissions -rw-r--r--
removal of symmetries in Polytope, plus some tidying

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