summaryrefslogtreecommitdiff
path: root/src/theory/arith/kinds
blob: f6540b9da04eff489c5dcea920cef8289b407781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# kinds                                                               -*- sh -*-
#
# For documentation on this file format, please refer to
# src/expr/builtin_kinds.
#

operator PLUS "arithmetic addition"
operator MULT "arithmetic multiplication"
operator UMINUS "arithmetic negation"

constant CONST_RATIONAL ::CVC4::Rational "a multiple-precision rational constant"
constant CONST_INTEGER ::CVC4::Integer "a multiple-precision integer constant"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback