Skip to content

Instantly share code, notes, and snippets.

@sseefried
Created August 17, 2011 04:16
Show Gist options
  • Save sseefried/1150802 to your computer and use it in GitHub Desktop.
Save sseefried/1150802 to your computer and use it in GitHub Desktop.
Snippets for Mark
structQ :: Q Info
structQ = reify ''Struct
structString = $(stringE . show =<< reify ''Struct)
@md2perpe
Copy link

What language? Curry?

@sseefried
Copy link
Author

Nah, that's Template Haskell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment