You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support user-defined predicate call in annotation (#22)
* add: test for annotations of predicates
* Merge main
* add: definition for user-defined predicates in CHC
* add: an implementation for unboxing user-defined predicates
* add: parse single-path identifier followed by parenthesized arguments as
a user-defined predicate call
* fix: wrong implementation of parser for predicate call arguments
* change: use raw_define to define user-defined predicates for now
* fix: translate comment into English
* add: more test for user-defined predicate calls
* fix: reflect review comments in PR
* change: delete `UserDefinedPred` and rename `UserDefinedPredSymbol` to `UserDefinedPred`
* remove: accidentally duplicated negative tests
* fix: execute cargo clippy and fmt
* add: impl From<UserDefinedPred> for Pred
* fix: restore tests accidentally deleted
* fix: add new lines at the end of test files
0 commit comments