Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit 1dca328

Browse files
committed
Add authors
1 parent c8f079a commit 1dca328

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/issues/132.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,27 @@ Please take a few minutes to fill it out.
3434

3535
> Recently, while re-reading through the Typeclassopedia I thought it would be a good exercise to map the structure of software design-patterns to the concepts found in the Haskell type class library and in functional programming in general.
3636
37-
- [Haskell at FINN.no](https://tech.finn.no/2018/10/18/haskell-at-finn-no/)
37+
- [Haskell at FINN.no](https://tech.finn.no/2018/10/18/haskell-at-finn-no/) by Sjur Millidahl
3838

3939
> Haskell is a purely functional programming language, with a powerful type system. The ability to express intent using types brings correctness, and the composition of a large program as small, independent building blocks makes it easy to reason about the code.
4040
41-
- [Haskell by example: Utopian tree](https://dev.to/supermanitu/haskell-by-example---utopian-tree-1da2)
41+
- [Haskell by example: Utopian tree](https://dev.to/supermanitu/haskell-by-example---utopian-tree-1da2) by Jan van Brügge
4242

4343
> In this series we solve coding challenges from Hackerrank in Haskell in a proper, functional way. A Utopian Tree has two growth spurts every year, one in spring and one in summer.
4444
45-
- [My experience upgrading GHC, build tools, and dev tools](https://np.reddit.com/r/haskell/comments/9tpfo2/my_experience_upgrading_ghc_build_tools_and_dev/)
45+
- [My experience upgrading GHC, build tools, and dev tools](https://np.reddit.com/r/haskell/comments/9tpfo2/my_experience_upgrading_ghc_build_tools_and_dev/) by Matt Renaud
4646

4747
> I went through the process of setting up my environment again and wanted to document my process and the pain points I ran into.
4848
49-
- [Signal processing in Haskell](https://serokell.io/blog/2018/11/05/signal-processing)
49+
- [Signal processing in Haskell](https://serokell.io/blog/2018/11/05/signal-processing) by Rinat Stryungis
5050

5151
> Today I would like to tell you about my work in the laboratory of the Physics Department of Moscow State University, where I study for a Master's degree.
5252
53-
- [The trouble with typed errors](https://www.parsonsmatt.org/2018/11/03/trouble_with_typed_errors.html)
53+
- [The trouble with typed errors](https://www.parsonsmatt.org/2018/11/03/trouble_with_typed_errors.html) by Matt Parsons
5454

5555
> What we really want is: Order independence, no boilerplate, easy composition, and easy decomposition.
5656
57-
- [Waargonaut the JSONer](https://qfpl.io/posts/waargonaut-the-jsoner/)
57+
- [Waargonaut the JSONer](https://qfpl.io/posts/waargonaut-the-jsoner/) by Sean Chalmers
5858

5959
> Waargonaut is a Haskell library for encoding/decoding/manipulating JSON. The design and development of which has been driven by a dissatisfaction with the current status quo of JSON libraries in Haskell.
6060

0 commit comments

Comments
 (0)