-
When hovering over the values in the file below the types shown are incorrect for everything in main, except for `test2` and `Stdin.line!`
```roc
app [main] {
pf: platform "https://github.com/r…
-
We are using the `lang:[]` macro in the ISO Rice document, to output `variant` as multilingual variants of term designations. But we have done away with the `variant` element, outside of organisation …
-
**Is your feature request related to a problem or area of OpenRefine? Please describe.**
We currently only support Python 2.7 via Jython, it would be great to have support for Python 3 via GraalPytho…
-
**Describe the bug**
When trying to format a multiline arrow expression enclosed with parenthesis, ormolu generates an incorrect result.
**To Reproduce**
The following file:
```haskell
{-…
-
It's useful to have a "never" value in the language :
* as a placeholder for an unimplemented expression ;
* as an `assert false` marker for pattern matching cases which you know should not happen …
-
## Description
Implement simplifier rules for `=` and `!=` based on the domains of their arguments:
* `a = b ~> false` if `domain(a) ∩ domain(b) = {}` *(the domains of a and b are completely di…
-
As we support some conditions on Expression Language, we should get them in the documentation and provide some examples.
For example : `{#request.uri.contains('swagger') || #request.method=='OPTION…
-
I have switched my language server [luapls](https://github.com/raiguard/luapls) from a log file to logging via stderr, but have noticed that the log messages are not printing in chronological order. T…
-
```r
> r"(foo(arg = "\\dots", ...))"
[1] "foo(arg = \"\\\\dots\", ...)"
> treesitter::text_parse('r"(foo(arg = "\\dots", ...))"', treesitter.r::language())
── Text ────────────────────────…
-
With `-langversion:preview`, the token `field`, when used as a *primary expression* in a property accessor, binds to the synthesized backing field for the property. That is a breaking change when ther…