Preparing search index...
The search index is not available
z3-solver
z3-solver
BodyT
Type Alias BodyT<Name, QVarSorts, QSort>
BodyT
:
QSort
extends
BoolSort
<
Name
>
?
Bool
<
Name
>
:
QSort
extends
SMTArray
<
Name
,
QVarSorts
,
infer
RangeSort
>
?
SortToExprMap
<
RangeSort
,
Name
>
:
never
Defines the expression type of the body of a quantifier expression
Type Parameters
Name
extends
string
=
"main"
QVarSorts
extends
NonEmptySortArray
<
Name
>
=
[
Sort
<
Name
>
,
...
Sort
<
Name
>
[]
]
QSort
extends
BoolSort
<
Name
>
|
SMTArraySort
<
Name
,
QVarSorts
>
=
BoolSort
<
Name
>
|
SMTArraySort
<
Name
,
QVarSorts
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
z3-solver
Loading...
Defines the expression type of the body of a quantifier expression