An open API service indexing awesome lists of open source software.

https://github.com/amesgen/quotet

Monad transformer for Quote from template-haskell
https://github.com/amesgen/quotet

Last synced: 8 months ago
JSON representation

Monad transformer for Quote from template-haskell

Awesome Lists containing this project

README

          

# quotet
[![CI](https://github.com/amesgen/quotet/workflows/CI/badge.svg)](https://github.com/amesgen/quotet/actions)
[![Hackage](https://img.shields.io/hackage/v/quotet)](https://hackage.haskell.org/package/quotet)

A monad transformer for the [`Quote`](https://hackage.haskell.org/package/template-haskell/docs/Language-Haskell-TH.html#t:Quote) type class from template-haskell, in spirit of the ["Overloaded Quotations" proposal](https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0246-overloaded-bracket.rst) implemented in GHC 9.0.

See [the haddocks](https://hackage.haskell.org/package/quotet/docs/Control-Monad-Quote.html) for documentation.