Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Is there a (Template) Haskell library that would allow me to print/dump a few local bindings with their respective names?

haskell template-haskell

Template Haskell with record field name as variable?

haskell template-haskell

How to circumvent GHC Stage Restriction?

haskell template-haskell

Evaluating a function at compile time with Template Haskell

haskell template-haskell

Function to output function name

Generate a random string at compile time or run time and use it in the rest of the program

Reify a module into a record

Is there a template haskell function for quoting?

haskell template-haskell

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

What are the differences between inline-c and language-c-inline?