package dolmen
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=81b034da2de84da19fb6368aaa39135f6259ee2773ff08c8f03da9ceeb10748c
sha512=98786ff1cc5b0c8bc4cb2dfe756ae15556c3876a206546b04374826be7d0a422dd5526d93f09cb0ea0d4985b71c408c182a951d4df908399c7e04b17c91a7d70
doc/dolmen_smtlib2_v6/Dolmen_smtlib2_v6/Make/argument-3-T/index.html
Parameter Make.T
Constants, i.e non predefined symbols. This includes both constants defined by theories, defined locally in a problem, and also quantified variables.
Quoted strings. According to the smtlib manual, these can be interpreted as either string literals (when the String theory is used), or simply constants
Constants lexically recognised as numbers in different formats. According to the smtlib manual, these should not always be interpreted as numbers since their interpretation is actually dependent on the theory set by the problem.
Local parrallel bindings. The bindings are a list of terms built using the colon
function.
Pattern matching. The first term is the term to match, and each tuple in the list is a match case, which is a pair of a pattern and a match branch.