Search code examples
Why are declaration splices not permitted inside delcaration brackets? Is there a workaround?...


haskellghctemplate-haskell

Read More
Generate final code from Template Haskell code...


templateshaskellcompilationcompile-timetemplate-haskell

Read More
How can I remove boilerplate when writing overloaded strings?...


haskelltemplate-haskell

Read More
Existential quantifier silently disrupts Template Haskell (makeLenses). Why?...


haskelltemplate-haskelllenses

Read More
Bind monadic variables over several functions...


haskelldsltemplate-haskell

Read More
Template Haskell: reify in GHCi...


haskellghcitemplate-haskell

Read More
Template Haskell names of declarations as strings...


haskelltemplate-haskell

Read More
Working with a list in TemplateHaskell...


haskelltemplate-haskell

Read More
How do I use TemplateHaskell's addDependentFile on a file relative to the file being compiled?...


haskelltemplate-haskell

Read More
Template Haskell error when using "deriving"...


haskelltemplate-haskell

Read More
Defining TH Lift instances for algebraic data types...


haskelltemplate-haskell

Read More
Why does GHC not terminate with this GADT template Haskell module?...


compilationghctemplate-haskellgadt

Read More
Is it possible to generate and run TemplateHaskell generated code at runtime?...


chaskellruntimetemplate-haskellghc-api

Read More
Data Type Haskell error...


haskell-platformtemplate-haskellhaskell

Read More
Trouble with Template Haskell stage restriction...


haskelltemplate-haskell

Read More
Reify a module into a record...


haskellmoduletemplate-haskellghc-api

Read More
Haskell type expression...


haskell-platformtemplate-haskellhaskell

Read More
Haskell variant of template metaprogramming...


haskelltemplate-haskell

Read More
Is there a way of deriving Binary instances for Vinyl record types using Derive and Template Haskell...


haskelltemplate-haskellderived-instances

Read More
How does one apply HamletSettings to a quasiquote in Hamlet?...


haskelltemplate-haskellhamlet

Read More
Loop and Recursion unrolling...


optimizationhaskellghctemplate-haskell

Read More
Haskell: I think I could really use Lisp-like macros here...


haskelltemplate-haskell

Read More
Directed Graph in Haskell...


haskell-platformtemplate-haskellhaskellhaskell-mode

Read More
Automatic derivation of Data.Vector.Unbox with associated type synonyms...


haskelltemplate-haskelltype-familiesderiving

Read More
Can Template Haskell generate multi-param typeclass instances?...


haskelltemplate-haskell

Read More
GHC stage restriction (Template Haskell)...


haskellghctemplate-haskell

Read More
Avoiding boilerplate that's not part of a Haskell class...


genericshaskelltemplate-haskellscrap-your-boilerplate

Read More
Function dealing with finite but arbitrary number of heterogenous elements...


haskelltemplate-haskell

Read More
Can I rely on Template Haskell expansion (using -ddump-splices) to always generate valid code?...


haskellsyntaxtemplate-haskell

Read More
Template Haskell compile error when calling with different parameters...


haskelltemplate-haskell

Read More
BackNext