Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in template-haskell

HTF does not test props generated by TH

Haskell: Making Quasi-Quoted values strict / evaluated at compile-time

How to dynamically call a function which defined in multiple modules in the same signature

haskell template-haskell

Make Lenses (TH) with the Same Field Name using makeClassy

How to avoid extra indentation in Template Haskell declaration quotations?

haskell template-haskell

What is code introspection in haskell?

Type synonyms "not in scope" when using Template Haskell

Generate dynamic Name in template haskell using the current scope

haskell template-haskell

When does cabal recompile a module which contains Template Haskell?

Splicing arbitrary expressions in a Haskell quasiquoter

haskell template-haskell

Template Haskell and Implicit Parameters

How to get the literal value of a TemplateHaskell named variable

Is there a nice(r) way of writing this Template Haskell code involving singleton data types?

haskell template-haskell

Deriving Read Instances for GADTs

haskell template-haskell

Is this expected behavior of Template Haskell?

Template Haskell type quoting problems

haskell template-haskell

Compile-time checked URIs

How does Langage.Haskell.TH.report work?

haskell template-haskell

Omitting Nothing/null fields in Haskell's Aeson