functor module
This commit is contained in:
@@ -109,7 +109,3 @@ filter :: (a -> Bool) -> [a] -> [a]
|
||||
```haskell
|
||||
replicate :: Int -> a -> [a]
|
||||
```
|
||||
|
||||
```haskell
|
||||
map :: Functor f => (a -> b) -> f a -> f b
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user