src/HOL/Mirabelle/Mirabelle.thy
author paulson <lp15@cam.ac.uk>
Sun, 25 Feb 2018 12:54:55 +0000
changeset 67719 bffb7482faaa
parent 63167 0909deb8059b
child 69605 a96320074298
permissions -rw-r--r--
new material on matrices, etc., and consolidating duplicate results about of_nat

(*  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 \<open>Toplevel.add_hook Mirabelle.step_hook\<close>

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

end