Search code examples
Template Haskell error when trying out simple singletons example...


haskellghctemplate-haskell

Read More
get function name inside it...


haskelltemplate-haskellhunit

Read More
Template Haskell: How to extract the number of arguments of a function?...


haskelltemplate-haskell

Read More
How to use Template Haskell to get the body of function?...


haskelltemplate-haskell

Read More
How do I make lenses from a record in GHCi...


haskellghcitemplate-haskellhaskell-lens

Read More
How to allow embedding not only values but arbitrary haskell expressions in antiquotes...


haskelltemplate-haskellquotations

Read More
Embedding long strings inline without using lists...


haskelltemplate-haskell

Read More
Can template-haskell be used to generate quasi-quotes?...


haskellyesodtemplate-haskell

Read More
Fieldwise distribution of Monoid, Applicative, Monad etc for Haskell records...


haskelltemplate-haskell

Read More
Syntax error on 'mod' Haskell...


haskelltemplate-haskell

Read More
Can I use template haskell to define missing functions?...


haskelltemplate-haskellstm

Read More
Use input from a custom quasiquoter as actual code...


haskelltemplate-haskell

Read More
StateT with Q monad from template haskell...


haskellmonad-transformerstemplate-haskellstate-monad

Read More
Template Haskell: Stage Error...


haskelltemplate-haskell

Read More
Multiple function definitions with template haskell...


haskelltemplate-haskell

Read More
Ignoring/Overriding an Instance generated using TemplateHaskell...


haskellghctypeclasstemplate-haskellaeson

Read More
Determining implementation of method based on available constraints...


haskelltemplate-haskell

Read More
Writing recursive template haskell functions...


haskellrecursiontemplate-haskell

Read More
Read module from file in TemplateHaskell...


haskelltemplate-haskellelm

Read More
Parsing error when using single-quote 'Name convention in Template Haskell...


haskellghctemplate-haskell

Read More
Haskell: Template Haskell and the scope...


haskelltemplate-haskellhaskell-lens

Read More
PersistMap in Yesod?...


haskellyesodpersistenttemplate-haskell

Read More
Record syntax for QuasiQuoter constructor...


haskelltemplate-haskell

Read More
How to write a monad that prints "step i of N" when executing each statement in the monad?...


haskellmonadstemplate-haskell

Read More
How to get the declaration of a function using `reify`?...


haskelltemplate-haskellreify

Read More
What does this function do , Haskell...


template-haskell

Read More
Naked expression at top level for simple Template Haskell experimentation...


haskellghcyesodpersistenttemplate-haskell

Read More
Compiling large data structures in Haskell...


haskellghctemplate-haskell

Read More
Couldn't match kind `*' against `#'...


haskellghcgeneric-programmingtemplate-haskelltype-kinds

Read More
Why are declaration splices not permitted inside delcaration brackets? Is there a workaround?...


haskellghctemplate-haskell

Read More
BackNext