Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in template-haskell

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?

Generate a function using Template Haskell

haskell template-haskell

What is the $() construct?

Haskell introspecting a record's field names and types

haskell template-haskell

Using Template Haskell, how can I splice the same type into multiple locations?

haskell template-haskell

Can I use template haskell to define missing functions?

Data constructor in template haskell

haskell template-haskell

How can I easily see the output from a Template Haskell statement?

How to get rid of $(...) and [| ... |] syntax when using a Template Haskell function?

haskell template-haskell

Force pre-computation of a constant