aztek / tptp

Parser and pretty printer for the TPTP language

Home Page:https://hackage.haskell.org/package/tptp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Parser and pretty printer for the TPTP language

https://hackage.haskell.org/package/tptp

License:GNU General Public License v3.0


Languages

Language:Haskell 100.0%