Skip to content

Commit 57e9084

Browse files
hrb90hdgarrood
authored andcommitted
Add link to generics-rep repo (documentationjs#188)
By @hrb90
1 parent a2b2374 commit 57e9084

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ If you would prefer to use different terms, please use the section below instead
4343
| [@Jyothsnasrinivas](https://github.com/Jyothsnasrinivas) | Jyothsna Patnam | [CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/deed) |
4444
| [@MiyamotoAkira](https://github.com/MiyamotoAkira) | Jorge Gueorguiev Garcia | [CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/deed) |
4545
| [@justinwoo](https://github.com/justinwoo) | Justin Woo | [CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/deed) |
46+
| [@hrb90](https://github.com/hrb90) | Harrison Brown | [CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/deed) |
4647

4748
### Contributors using Modified Terms
4849

guides/Generic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: Phil Freeman
44
published: 2017-04-25
55
---
66

7-
The PureScript compiler has supported _generic deriving_ in some form since version 0.7.3, thanks to [Gershom Bazerman](http://gbaz.github.io/). However, since then, it has gone through several iterations, and the current version (implemented in the `purescript-generics-rep` library) makes it possible to have the compiler derive a wide variety of boilerplate code based on types. One example of this is the serialization and deserialization of JSON, and in this post I'll show how to use the [`purescript-foreign-generic`](https://github.com/paf31/purescript-foreign-generic) library to create such functions using generics.
7+
The PureScript compiler has supported _generic deriving_ in some form since version 0.7.3, thanks to [Gershom Bazerman](http://gbaz.github.io/). However, since then, it has gone through several iterations, and the current version (implemented in the [`purescript-generics-rep`](https://github.com/purescript/purescript-generics-rep) library) makes it possible to have the compiler derive a wide variety of boilerplate code based on types. One example of this is the serialization and deserialization of JSON, and in this post I'll show how to use the [`purescript-foreign-generic`](https://github.com/paf31/purescript-foreign-generic) library to create such functions using generics.
88

99
#### Generics Overview
1010

0 commit comments

Comments
 (0)