-
Update tutorial to include them!
-
-
Hi,
I think quasiquotations would be a great addition to the package. This could follow the dplyr logic of `!!` or `vars()`
-
```
venture[script] > ``,foo
*** evaluation: Cannot find symbol 'foo'
(quasiquote (quasiquote (unquote foo)))
^^^
```
```,foo` is supposed to evaluate to the list str…
-
Add r7rs Quasiquotation.
Implementation exists, add tests.
-
First of all, I'm sorry if this is too much unrelated to `language-haskell` itself, but I was wondering if you could provide some examples (or at least links to some external documentation) how exactl…
-
### Environment
```
haskell-language-server version: 2.4.0.0 (GHC: 9.0.2) (PATH: C:\tools\haskell\ghcup\bin\haskell-language-server-9.0.2~2.4.0.0.exe)
Tool versions found on the $PATH
cabal:…
-
Since var_labels and val_labels are supporting quasiquotation now, I was wondering whether there should also be support within the get_label function or a get_label equivalent that supports quasiquota…
-
... because there is a bug in the scala compiler, see [SI-6476](https://issues.scala-lang.org/browse/SI-6476) for details.
-
We should have a standard, documented syntax for describing that a function argument uses tidy evaluation (or just quasiquotation).
e.g. https://github.com/tidyverse/dplyr/issues/3953