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

Commit f55b52c

Browse files
authored
1 parent b3760bc commit f55b52c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/issues/95.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ Open an issue or pull request [on GitHub](https://github.com/haskellweekly/haske
2525

2626
> For certain hints HLint needs to determine if a Haskell expression is atomic. I wrote a generic method to generate expressions and test if they are atomic.
2727
28-
- [The magic "Just do it" type class](https://www.joachim-breitner.de/blog/735-The_magic_“Just_do_it”_type_class)
29-
30-
> What matters is that once I wrote that type signature, I feel silly having to also write the code, because there isn't really anything interesting about that. Instead, I'd like to tell the compiler to just do it for me!
31-
3228
- [Applicative functors for fun and parsing](https://arunraghavan.net/2018/02/applicative-functors-for-fun-and-parsing/)
3329

3430
> I am very excited by how elegantly Haskell allows us to express these ideas, using fundamental aspects of its type(class) system.

0 commit comments

Comments
 (0)