-
The following does not work:
```
test : TT
test = let f : TT = `( \ y : Char => y)
in `( ~f 'c' )
```
Idris (0.9.18.1-git:fa0061d) REPL returns the following error message:
> When checking …
-
now imagine the text something like a quasiquoting itself. it is from haskell extracted from coq, rewritten with syntax sugar and analized with large language models into that poem via rewrites. so it…
-
First off, love this project and having a blast with progressing through it! :tada:
Well, after the first 8 chapters, I now got all the macro, quasiquotation etc tests working except for `cond` te…
-
- [ ] **Symbol**
- [ ] **Name**
- [ ] **Value**
- [ ] **Expression**
- [ ] **Operation**
- [ ] **Result**
- [ ] **Evaluation**
- [ ] **Constant**
- [ ] **Variable**
- [ ] **…
-
Take the following module:
```
{-# LANGUAGE QuasiQuotes #-}
foo = [undefined| foo
#{_hello}|]
```
This features a quasiqoute that runs over several lines.
And one of those lines starts wi…
-
When executing `read` or `read-from-string` in multitasking environment, a race condition exists with jscl::*labelled-objects*, which is a global variable.
The following code is thread safe:
```
…
hemml updated
10 months ago
-
`dotdotdot` should be able to go anywhere a repetition can happen. For example, it should be possible to write
```
'[Expr | .[ ...[,a, >> ,[a], : Int ]... . ].]'
```
The only place that…
-
_Original author: nicolas....@gmail.com (March 16, 2009 14:56:52)_
Example of usage:
- Haddock markup in haskell comments
- Literate Haskell should just be some composition of Haskell and LaTeX
- Str…
-
The documentation does not show examples of calling Haskell functions from R, but there are some examples [in the tests](https://github.com/tweag/HaskellR/blob/master/inline-r/tests/test-qq.hs). Maybe…
-
Look into getting the antiquotation support in the Rust parser integrated into the upstream `language-rust` repository.
This can look almost exactly like what this project does now to modify the pa…