src/HOL/ATP.thy
author krauss
Sat, 23 Oct 2010 23:42:04 +0200
changeset 40108 dbab949c2717
parent 39958 88c9aa5666de
child 40121 e7a80c6752c9
permissions -rw-r--r--
integrated partial_function into HOL-Plain

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