src/HOL/ATP.thy
author bulwahn
Thu, 26 May 2011 09:42:02 +0200
changeset 42979 5b9e16259341
parent 40178 00152d17855b
child 43085 0a2f5b86bdd7
permissions -rw-r--r--
extending terms of Code_Evaluation by Free to allow partial terms

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