functor module

This commit is contained in:
Stephen Diehl
2016-12-12 13:09:18 +00:00
parent 66958def93
commit 257a38f68f
5 changed files with 40 additions and 6 deletions
-4
View File
@@ -109,7 +109,3 @@ filter :: (a -> Bool) -> [a] -> [a]
```haskell
replicate :: Int -> a -> [a]
```
```haskell
map :: Functor f => (a -> b) -> f a -> f b
```