summaryrefslogtreecommitdiff
path: root/src/theory/arrays/kinds
blob: 4ad9c74637bff637a0d43fc199ddf22067cc8f04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# kinds                                                               -*- sh -*-
#
# For documentation on this file format, please refer to
# src/theory/builtin/kinds.
#

theory ::CVC4::theory::arrays::TheoryArrays "theory_arrays.h"

operator ARRAY_TYPE 2 "array type"

# select a i  is  a[i]
operator SELECT 2 "array select"

# store a i e  is  a[i] <= e
operator STORE 3 "array store"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback