package dolmen
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=b9a6f80bf13fdf1fd69ff2013f583582fa00e13c86ee6f800737fabcfd530458
sha512=84b8c18e56b3fb20674af0a3729b7e15e543f21b0062c565b575b994388eb55ee8123e5d3d31f5f1042b204544b3084089a024c742ab741ddd7e18b5641dd399
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.
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