@hackage quotet0.0.1.1

Monad transformer for Quote from template-haskell

  • Installation

  • Dependencies (5)

  • Dependents (0)

  • Package Flags

      exceptions
       (off by default)

      Support instances from exceptions

      semigroupoids
       (off by default)

      Support instances from semigroupoids

      monad-control
       (off by default)

      Support instances from monad-control

<h1 id="quotet">quotet</h1> <p><a href="https://github.com/amesgen/quotet/actions"><img src="https://github.com/amesgen/quotet/workflows/CI/badge.svg" alt="CI" /></a> <a href="https://hackage.haskell.org/package/quotet"><img src="https://img.shields.io/hackage/v/quotet" alt="Hackage" /></a></p> <p>A monad transformer for the <a href="https://hackage.haskell.org/package/template-haskell/docs/Language-Haskell-TH.html#t:Quote"><code>Quote</code></a> type class from template-haskell, in spirit of the <a href="https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0246-overloaded-bracket.rst">&quot;Overloaded Quotations&quot; proposal</a> implemented in GHC 9.0.</p> <p>See <a href="https://hackage.haskell.org/package/quotet/docs/Control-Monad-Quote.html">the haddocks</a> for documentation.</p>