package dolmen
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=ff2889fa9d467d5b4d87ae4f819a64358715f457cc6226b455463c2fcd4ab2af
sha512=d6ba56945aabcf0886e83fcf44c45f2f8afcf68e48d2f0b25f9cd8e60d18106fae3976fee49d3e291b2e0ab3266837ad5eff800dc51fe2b3aab15ad81ea58cbb
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 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