src/HOL/ATP.thy
author wenzelm
Tue, 22 Mar 2011 14:45:48 +0100
changeset 42051 dbdd4790da34
parent 40178 00152d17855b
child 43085 0a2f5b86bdd7
permissions -rw-r--r--
let syntax: reverted to plain "id", since translations cannot cope with constraints (notably position information);

(*  Title:      HOL/ATP.thy
    Author:     Fabian Immler, TU Muenchen
    Author:     Jasmin Blanchette, TU Muenchen
*)

header {* Automatic Theorem Provers (ATPs) *}

theory ATP
imports Plain
uses "Tools/ATP/atp_problem.ML"
     "Tools/ATP/atp_proof.ML"
     "Tools/ATP/atp_systems.ML"
begin

setup ATP_Systems.setup

end