Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
devops committed May 17, 2024
2 parents f52eaba + e27ae13 commit 1ecb265
Show file tree
Hide file tree
Showing 3 changed files with 1,426 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/python/ast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ void bind_ast(py::module_ &m) {
py::init(&kore_axiom_declaration::create),
py::arg("is_claim") = false)
.def_property_readonly("is_claim", &kore_axiom_declaration::is_claim)
.def_property_readonly(
"is_required", &kore_axiom_declaration::is_required)
.def("add_pattern", &kore_axiom_declaration::add_pattern)
.def_property_readonly("pattern", &kore_axiom_declaration::get_pattern)
.def_property_readonly("requires", &kore_axiom_declaration::get_requires);
Expand Down
Loading

0 comments on commit 1ecb265

Please sign in to comment.