Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in template-haskell

Convert a String to a Type Constructor in Haskell

Print and execute a string

haskell template-haskell

Polynomial factorization in Haskell

How to create a non-TH package from code generated using Template Haskell?

TemplateHaskell and IO

haskell template-haskell

Template Haskell data declarations that derive Show

haskell template-haskell

Template Haskell: GHC stage restriction and how to overcome

haskell template-haskell

Determining implementation of method based on available constraints

haskell template-haskell

get function name inside it

How can I remove boilerplate when writing overloaded strings?

haskell template-haskell

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

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

Generating lenses for a "lens" library with a custom name processor instead of the default "underscore"-based one

Map identity functor over record

A workaround for the “Template Haskell + C” bug?

Splicing type signature in template haskell

haskell template-haskell

Using constraints in Typed Template Haskell

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

haskell template-haskell

QuasiQuote with arguments

haskell template-haskell

Shortening code by exploiting symmetry among multiple type class instances