1
1
mirror of https://github.com/thma/WhyHaskellMatters.git synced 2024-09-11 13:46:11 +03:00
This commit is contained in:
Mahler, Thomas 2020-04-11 10:29:54 +02:00
parent 0d7badee9a
commit e94db1b6fa

View File

@ -1291,10 +1291,11 @@ let data types instantiate `Functor`:
data Tree a = Leaf a | Node (Tree a) (Tree a) deriving (Show, Functor)
```
---
---
This is my scrap book (don't look at it)
This is my zettelkasten (don't look at it)
type classes