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