Skip to content

Instantly share code, notes, and snippets.

View vdkhvb's full-sized avatar

vdkhvb vdkhvb

View GitHub Profile
@chrisdone
chrisdone / README.md
Last active May 8, 2022 12:29
Template Haskell quickstart

Template Haskell Quick Start

Use the template haskell (abbreviated to "TH") extension in a module with:

{-# LANGUAGE TemplateHaskell #-}

There are a few key pieces of syntax: