-
Use case is defining reference ranges (ie. lab values) depending on static variables (ie. sex).
-
In `theories/Algebra/Rings/Matrix.v` we have a definition of the category of matrices whose objects are natural numbers and morhpisms are matrices between those dimensions.
We should add a `HasEqui…
-
Given a set of polygons, I'm trying to get all pairs of polygons whose intersection is at least some (non-zero) number.
My first query yields a IE_JOIN, which is good and indeed quite fast, but the…
-
Hi.
Thanks for this project!
I'm considering using it as the interpreter for the [Bytecode verifier of the Java Virtual Machine Specification](https://docs.oracle.com/javase/specs/jvms/se17/htm…
-
Some background. I use refined all over [binrep](https://hackage.haskell.org/package/binrep) to define binary representation building blocks. One such building block is `data NullPad (n :: Natural)`/`…
-
The Comparable that's passed to a `Predicate` has to be thread-safe.
`java.util.Date` is a Java in-built class that implements the `Comparable` interface which is NOT thread safe.
The `Predicate` i…
-
With this [PR merged](https://github.com/mnylc/islandora_multi_importer/pull/63), multi_importer offers three ways to update (including a "don't update" option) RELS-EXT. In all three cases, it disca…
-
There are two issues around negative dates:
1. Predicates pushdown with negative dates returns wrong result
```sql
trino> CREATE TABLE sqlserver.dbo.test (c1 date);
trino> INSERT INTO sqlserver.dbo.t…
-
One detail that I sweep under the rug is that we discuss the truth value of conditional propositions in Definition 2.18 and then take for granted that we can apply the same structure to conditional st…
-
Given the following query:
```json
{
"message": {
"query_graph": {
"edges": {
"t_edge": {
"attribute_constraints": [],
"knowledge_type": "inferred",
…