-
https://github.com/hazemessam/cms/blob/ddc43682d565fb175fbaab42a4a2034a98ec88cb/src/main/java/com/oie/cms/repositories/employee/CustomEmployeeRepositoryImpl.java#L18
-
these paths have identical EPC but looks like we need two because the predicates are different? anyway to consolidate here?
https://ui.test.transltr.io/results?l=Postaxial%20Acrofacial%20Dysostosi…
-
Right now we're (afaict) missing autoderefs which are applied as adjustments. Specifically interesting is the answer to the question of *where* do we put that `enforce_context_effects` call...
We're …
-
## 📝 Purpose
Implement the `foldl/4` Prolog predicate. This predicate performs a _fold_ (left-fold) over a list, applying a _goal_ to each element in the list, starting with an initial accumulator …
-
As discussed in #6, there is room for a `Sorted` predicate. I'm currently running into use cases where an algorithm's implementation differs for sorted and unsorted collections. If we can decide on a …
-
- [ ] ALL
- [x] NONE
- [x] All key path collection queries (@avg, @count, @min, @max, @sum)
- [x] SUBQUERY
- [x] LIKE (wildcards \* and ? in string searches)
- [ ] MATCHES
- [x] diacritic insensitive …
-
Is it planned to implement a universal way to specify predicates that does not depend on the target language of the generated parser?
-
Let's say you have a crate `crate_a` that defines a `copy_val` function that is annotated with contracts:
```rust
///----- Crate with contract
#[requires(kani::mem::can_dereference(ptr))]
pub unsa…
-
- [x] Basic support & SLD resolution for built-in predicates (https://github.com/modus-continens/modus/pull/39)
- [x] Properly augment the proof tree to indicate what constants were used to unify tho…
-
```
There seems to be a problem with the following MLN, as it produces an empty
output:
prog.mln
---------------
*Smokes(human)
Friends(human,human)
1 Friends(x,y) v Smokes("B")
evidence.db
----…