You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: content/issues/132.markdown
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34,27 +34,27 @@ Please take a few minutes to fill it out.
34
34
35
35
> 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.
36
36
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
38
38
39
39
> 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.
40
40
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
42
42
43
43
> 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.
44
44
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
46
46
47
47
> I went through the process of setting up my environment again and wanted to document my process and the pain points I ran into.
48
48
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
50
50
51
51
> 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.
52
52
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
54
54
55
55
> What we really want is: Order independence, no boilerplate, easy composition, and easy decomposition.
56
56
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
58
58
59
59
> 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.
0 commit comments