quotet: Monad transformer for Quote from template-haskell

[ library, template-haskell ] [ Propose Tags ]

A monad transformer for the Quote type class from template-haskell, in spirit of the Overloaded Quotations proposal proposal implemented in GHC 9.0.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
exceptions

Support instances from exceptions

Enabled
semigroupoids

Support instances from semigroupoids

Disabled
monad-control

Support instances from monad-control

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.0, 0.0.0.1, 0.0.1.0, 0.0.1.1
Change log CHANGELOG.md
Dependencies base (>=4.14 && <5), exceptions (>=0.10 && <0.11), mtl (>=2.2 && <2.3), template-haskell (>=2.16 && <2.18), th-compat (>=0.1.2) [details]
License CC0-1.0
Author amesgen
Maintainer amesgen@amesgen.de
Category Template Haskell
Home page https://github.com/amesgen/quotet
Bug tracker https://github.com/amesgen/quotet/issues
Source repo head: git clone https://github.com/amesgen/quotet
Uploaded by amesgen at 2021-07-08T19:16:29Z
Distributions NixOS:0.0.1.1
Downloads 339 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for quotet-0.0.0.1

[back to package description]

quotet

CI Hackage

A monad transformer for the Quote type class from template-haskell, in spirit of the "Overloaded Quotations" proposal implemented in GHC 9.0.

See the haddocks for documentation.