-
**Is your feature request related to a problem? Please describe.**
I use a shared library in my application that has some optional dependencies that are not imported directly, but only used in type a…
-
I think it was recently noted that you don't actually need an `end` for scattered definitions, but I just discovered that you can have clauses after the `end`.
```
val foo : int -> int
scattered …
-
I have the following ECSQL query:
```sql
SELECT count(1)
FROM bis.SpatialCategory c
WHERE EXISTS (
SELECT 1
FROM bis.GeometricElement3d element
WHERE
element.Model.Id = ?
AND element.Cat…
-
This is a tracking issue for changing the formatting of where clauses to be formatted on a single line in some additional contexts, provided they meet certain constraints (short, single bound, and no …
-
### What do you want to change?
Is there any support for passing a slice of variable length and mapping it into clauses of a postgres query, like in this pseudo-code?
```
SELECT
...
WHERE
…
-
```coq
From HB Require Import structures.
Lemma foo (v1: plus 1 2 = 0) : False.
Proof.
unfold plus in v1, v1.
(* Syntax error: [in_clause] expected after 'in' (in [clause]). *)
Check (v1, v1).…
-
Consider the following program
```agda
test : {{_ : Ord a}} → a → a → a → a
test x1 x2 x3 = min x1 y
where
y = max x2 x3
```
Agda2hs 1.2 transpiles this into
```hs
test :: Ord a =…
-
I have a query like this:
``` python
from wagtail.wagtailsearch.backends import get_search_backend
s = get_search_backend()
queryset = House.objects.filter(number_rooms__gt=3).filter(roof_shape=5).f…
-
-
As part of UniversalDependencies/docs#454, it is difficult to tell from the guidelines what the conventions are/should be for initial clauses like these (including examples from the English treebank):…