ksmt-core
0.5.23
ksmt-core
/
io.ksmt
/
KContext
/
mkArrayNLambda
mk
Array
NLambda
open
fun
<
R
:
KSort
>
mkArrayNLambda
(
indices
:
List
<
KDecl
<
*
>
>
,
body
:
KExpr
<
R
>
)
:
KArrayNLambda
<
R
>
Create n-ary array lambda expression (lambda (
indices
_0 ...
indices
_n)
body
).
See also
KContext.
mk
Array
Lambda