Skip to content

Instantly share code, notes, and snippets.

@ktvoelker
Created September 7, 2010 04:31
Show Gist options
  • Save ktvoelker/567872 to your computer and use it in GitHub Desktop.
Save ktvoelker/567872 to your computer and use it in GitHub Desktop.
-- The coloring is wrong because Github
-- doesn't understand TH's quoted names.
foo2 :: Parser Foo
foo2 = $(doRec 'Foo
[ 'bar :- [| int |]
, 'baz :- [| int |]
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment