src/HOL/ATP.thy
author blanchet
Tue, 05 Oct 2010 12:50:45 +0200
changeset 39958 88c9aa5666de
parent 39951 ff60a6e4edfe
child 40121 e7a80c6752c9
permissions -rw-r--r--
tuned comments

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