Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in template-haskell

How can I use Template Haskell to build structures polymorphically?

Is it possible to create a function in Haskell which returns a list of the constructors for a data type?

Generate function definition with template haskell

haskell template-haskell

How can I programatically produce this datatype from the other?

How can I splice in type context in a class instance declaration?

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

haskell template-haskell

Adding an Ord instance to 'singleton' package generated naturals

How to "apply" a type-variable in Template Haskell?

haskell template-haskell

Template Haskell error when trying out simple singletons example

Traversing a Template Haskell AST

haskell template-haskell

Initialize function by file contents at compile time

haskell template-haskell

Names with single quotes in Template Haskell

haskell template-haskell

Accessing record fields as 'Maybe' values in Haskell

TemplateHaskell memory usage when compiling

haskell template-haskell

Record syntax for QuasiQuoter constructor

haskell template-haskell

Compiling large data structures in Haskell