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/125.markdown
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ This is a weekly summary of what's going on in its community.
6
6
7
7
## Featured
8
8
9
-
-[If you could change any single thing in the Haskell ecosystem, what would you change?](https://np.reddit.com/r/haskell/comments/9fefoe/if_you_had_the_ultimate_power_and_could_change/)
10
-
11
9
-[Abusing the continuation monad](https://julesh.com/2016/09/22/abusing-the-continuation-monad/)
12
10
13
11
> I intend to bootstrap a blog by writing about 2 of my old papers, *Monad Transformers for Backtracking Search* and *The Selection Monad as a CPS Transformation*.
@@ -32,10 +30,6 @@ This is a weekly summary of what's going on in its community.
32
30
33
31
> This year I packaged two artifacts for the ICFP artifact evaluation process. This post explains the system I used to make it easy to produce the Docker images using Nix.
34
32
35
-
-[Regular expression of types](http://oleg.fi/gists/posts/2018-09-13-regular-expressions-of-types.html)
36
-
37
-
> This is a script of the talk I gave at Small FP 2018.
38
-
39
33
-[Roll your own stack traces](https://www.michaelpj.com/blog/2018/09/16/roll-your-own-stacktraces.html)
40
34
41
35
> Stack traces are great for a developer because they give you more contextual information about where in your code an error occurred, and often this can be enough to help you pin down the bug. But what about in Haskell?
@@ -44,6 +38,11 @@ This is a weekly summary of what's going on in its community.
44
38
45
39
> In these next two articles, we'll examine Spock, another HTTP library. We'll compare it to Servant and see what the different design decisions are. We'll start this week by looking at the basics of routing.
46
40
41
+
## In brief
42
+
43
+
-[If you could change any single thing in the Haskell ecosystem, what would you change?](https://np.reddit.com/r/haskell/comments/9fefoe/if_you_had_the_ultimate_power_and_could_change/)
44
+
-[Regular expression of types](http://oleg.fi/gists/posts/2018-09-13-regular-expressions-of-types.html)
45
+
47
46
## Package of the week
48
47
49
48
This week's package of the week is [`simple-reflect`](https://hackage.haskell.org/package/simple-reflect-0.3.3),
0 commit comments