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
- Host: GitHub
- URL: https://github.com/amesgen/quotet
- Owner: amesgen
- License: cc0-1.0
- Created: 2021-07-08T18:25:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-10-25T10:25:28.000Z (8 months ago)
- Last Synced: 2025-10-25T12:21:10.965Z (8 months ago)
- Language: Haskell
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# quotet
[](https://github.com/amesgen/quotet/actions)
[](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.