Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add th resources
Browse files Browse the repository at this point in the history
zliu41 committed Jan 21, 2025
1 parent 84f7b06 commit 4e20ffb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ tails5 = $$(ntailsTH 5)
```

Since this is nothing but standard Template Haskell usage, we'll keep it concise here.
There are plenty of Template Haskell resources and examples available elsewhere.
Some good resources to learn more about Template Haskell include the [Template Haskell page on HaskellWiki](https://wiki.haskell.org/Template_Haskell) (which has links to further resources), [Template Haskell tutorial](https://markkarpov.com/tutorial/th) by Mark Karpov, and [Introduction to Template Haskell](https://serokell.io/blog/introduction-to-template-haskell) by Heitor Toledo Lassarote de Paula.

## GHC Plugins

0 comments on commit 4e20ffb

Please sign in to comment.