src/HOL/TPTP/TPTP_Interpret.thy
author Manuel Eberl <eberlm@in.tum.de>
Wed, 07 Apr 2021 11:05:00 +0200
changeset 73537 56db8559eadb
parent 69605 a96320074298
permissions -rw-r--r--
fixed problematic addition operation in the 'approximation' package (previous version used much too high precision sometimes)

(*  Title:      HOL/TPTP/TPTP_Interpret.thy
    Author:     Nik Sultana, Cambridge University Computer Laboratory

Importing TPTP files into Isabelle/HOL: parsing TPTP formulas and
interpreting them as HOL terms (i.e. importing types and type-checking the terms)
*)

theory TPTP_Interpret
imports Complex_Main TPTP_Parser
keywords "import_tptp" :: thy_decl
begin

typedecl ind

ML_file \<open>TPTP_Parser/tptp_interpret.ML\<close>

end