We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632011e commit edf0f55Copy full SHA for edf0f55
mlir/include/mlir/Dialect/SMT/IR/SMTOps.td
@@ -27,7 +27,7 @@ def DeclareFunOp : SMTOp<"declare_fun", [
27
let summary = "declare a symbolic value of a given sort";
28
let description = [{
29
This operation declares a symbolic value just as the `declare-const` and
30
- `declare-func` statements in SMT-LIB 2.6. The result type determines the SMT
+ `declare-fun` statements in SMT-LIB 2.6. The result type determines the SMT
31
sort of the symbolic value. The returned value can then be used to refer to
32
the symbolic value instead of using the identifier like in SMT-LIB.
33
0 commit comments