basic hierarchy in place
This commit is contained in:
@@ -29,10 +29,6 @@ class Functor f => Applicative (f :: * -> *) where
|
||||
(<*) :: f a -> f b -> f a
|
||||
```
|
||||
|
||||
```haskell
|
||||
(<$>) :: Functor f => (a -> b) -> f a -> f b
|
||||
```
|
||||
|
||||
```haskell
|
||||
orAlt :: (Alternative f, Monoid a) => f a -> f a
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user