-
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…
-
-
Is there a way for julius files to be emitted with `` tags? As far as I can tell from these instances:
```haskell
instance render ~ RY site => ToWidgetHead site (render -> Javascript) where
toW…
-
I'm pretty sure the module below loads into ghci but fails to parse regardless of the parse extensions. If you have hsx2hs installed and put {-# OPTIONS_GHC -F -pgmFhsx2hs #-} it will fail.
```
{-# …
-
## Problem
> How would this work with Applicative notation, like
>
> ``` haskell
> parsePerson = Person parseName parseAge
> ```
## Proposal
Unquote an expression of the following form
``` haske…
-
Hello there. The `MkPersistSettings` feature is handy for controlling the generation of the Persistent entities and their instances. There is a field that has this type:
```
mpsDeriveInstances :: …
-
I recently tried out a similar library in Rust https://github.com/rust-scraper/scraper, which i was able to use productively a bit quicker, because i could reuse my knowledge about plain CSS selectors…
-
With 01e91e28030bc0c8997534 we implemented a proof-of-concept type-safe link function. Given
```
type TestApi =
"hello" :> Capture "name" String :> GetParam "capital" Bool :> Get Bool
: "greet"…
-
https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/options-phases.html#idp12297584
##
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9779047-supp…
-
I'm not sure if this is a good or bad idea, we'd have to try it out. See http://blog.felipe.lessa.nom.br/?p=68#comment-125.