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

Commit 6e88e35

Browse files
authored
Fix typo
1 parent db3ff75 commit 6e88e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/issues/140.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is a weekly summary of what's going on in its community.
1212
1313
- [All About Strictness Analysis (part 2)](http://fixpt.de/blog/2018-12-30-strictness-analysis-part-2.html) by Sebastian Graf
1414

15-
> At the end of part 1 from December 41, I made a promise to implement a strictness analysis à la GHC with you. Why would this be useful? In the last post, I argued that a rough understanding of how strictness analysis works helps to debug and identify the actual causes of missed unboxing opportunities and fix them with minimal effort. So here it is, enjoy!
15+
> At the end of part 1 from December 4, I made a promise to implement a strictness analysis à la GHC with you. Why would this be useful? In the last post, I argued that a rough understanding of how strictness analysis works helps to debug and identify the actual causes of missed unboxing opportunities and fix them with minimal effort. So here it is, enjoy!
1616
1717
- [Call for Ideas for 2019](https://summer.haskell.org/news/2018-12-28-call-for-ideas.html) by Jasper Van der Jeugt
1818

0 commit comments

Comments
 (0)