package dolmen
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=80fc33ae81817a79c6e6b2f6c01c4cfcc0af02bfe4d2d1b87cf70b84cdde3928
sha512=3a44a99bce871161bc70cf909c813e9e6c91c590873cbc163c69b2ec90ab5be65bf0bf45430bc8d00d85d75cf0af004b06b8f5f1c9d4d47c8a30ab9f28762c04
doc/dolmen.intf/Dolmen_intf/Term/index.html
Module Dolmen_intf.Term
Source
Interfaces for Terms. This module defines Interfaces that implementation of terms must respect in order to be used to instantiated the corresponding language classes.
Signature for Parsing Logic languages
Signature used by the Logic class, which parses languages such as tptp, smtlib, etc... Mainly used to parse first-order terms, it is also used to parse tptp's THF language, which uses higher order terms, so some first-order constructs such as conjunction, equality, etc... also need to be represented by standalone terms.
Signature for Response terms
Signature for Typechecked terms
Signature required by terms for typing first-order polymorphic terms.
Minimum required to type tptp's tff
Minimum required to type tptp's thf
Common signature for tptp arithmetics
Signature required by terms for typing tptp arithmetic.
Minimum required to type smtlib's core theory.
Common signature for first-order arithmetic
Signature required by terms for typing smtlib int arithmetic.
Signature required by terms for typing smtlib real arithmetic.
Signature required by terms for typing smtlib real_int arithmetic.
Bitvector part of the smtlib float requirements
Real part of the smtlib float requirements
Float part of the smtlib float requirements
Floating points are complicated so this documentation is not in anyway sufficient. A detailed description of the theory together with the rationale of several models decisions as well as a formal semantics of the theory can be found in