Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 830 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 830 Bytes

tptp

Hackage Hackage CI Build Status

TPTP (Thousands of Problems for Theorem Provers) is the standard language of problems, proofs, and models, used by automated theorem provers.

This library provides definitions of data types, a pretty printer and an attoparsec parser for the CNF, FOF, TFF0 and TFF1 subsets of the TPTP language.

See Hackage for the Haddock documentation.