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

Disabled
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), mtl (>=2.2 && <2.3), template-haskell (>=2.16 && <2.19), 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 2022-04-19T22:29:03Z
Distributions NixOS:0.0.1.1
Downloads 340 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-04-20 [all 1 reports]

Readme for quotet-0.0.1.0

[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.