-
See https://github.com/dotnet/runtime/pull/101294#pullrequestreview-2023655630
There is a version of zip/unzip that takes predicates as inputs and output.
In lowering (?) we should check the inp…
a74nh updated
1 month ago
-
In the current implementation, conditions, which need to be fulfilled such that triples are created, are not covered. This also allows user-defined functions which return Booleans. These conditions ar…
-
### What's needed?
It still seems hard to justify the special case, in particular because if we add more simple predicates it could be really easy to get `ChangedOnly` while allowing to create more t…
-
I am using the stPersist directive as referenced on the [smart-table-website as "Persist table state in local storage"](http://lorenzofox3.github.io/smart-table-website/#examples-section). I am using…
-
Currently, autocompletion of predicates is held back in that it can only send the query up the cursor's position because it can deduce that the last token must be where the cursor is located, and ther…
-
One can implement a variant of `subst` that takes an erased equality proof:
```agda
substᴱ :
{@0 A : Set a} {@0 x y : A}
(P : @0 A → Type p) → @0 x ≡ y → P x → P y
substᴱ P eq = subst (λ ([ x…
-
### Work environment
| Questions | Answers
|---------------------------|--------------------
| Type of issue | Bug
| OS version (server) | RedHat
| MISP versio…
-
-
We need to show predicate suggestions only for predicates and literals only for objects.
-
assuming C1 is rigid and C2 flex the code would look like - "ca (\c. \C1. C1 = C2 )"