src/HOL/Mirabelle/Mirabelle.thy
author huffman
Wed, 18 Apr 2012 10:52:49 +0200
changeset 47534 06cc372a80ed
parent 47477 3fabf352243e
child 47730 15f4309bb9eb
permissions -rw-r--r--
use context block to organize typedef lifting theorems

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

theory Mirabelle
imports Sledgehammer
uses "Actions/mirabelle.ML"
     "../ex/sledgehammer_tactics.ML"
begin

(* no multithreading, no parallel proofs *)  (* FIXME *)
ML {* Multithreading.max_threads := 1 *}
ML {* Goal.parallel_proofs := 0 *}

ML {* Toplevel.add_hook Mirabelle.step_hook *}

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

end