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

Commit ed7cbff

Browse files
committed
Un-feature a couple articles
There's no reason why I have to feature exactly ten. Not sure why I felt like I needed to.
1 parent cfe51f4 commit ed7cbff

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

content/issues/125.markdown

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ This is a weekly summary of what's going on in its community.
66

77
## Featured
88

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-
119
- [Abusing the continuation monad](https://julesh.com/2016/09/22/abusing-the-continuation-monad/)
1210

1311
> 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.
3230

3331
> 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.
3432
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-
3933
- [Roll your own stack traces](https://www.michaelpj.com/blog/2018/09/16/roll-your-own-stacktraces.html)
4034

4135
> 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.
4438

4539
> 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.
4640
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+
4746
## Package of the week
4847

4948
This week's package of the week is [`simple-reflect`](https://hackage.haskell.org/package/simple-reflect-0.3.3),

0 commit comments

Comments
 (0)