post(typoclassopedia): fix leftover block
This commit is contained in:
parent
d626d2078e
commit
cae21dbc74
@ -565,6 +565,7 @@ instance Applicative [] where
|
||||
= fmap (u $) y
|
||||
= fmap ($ y) u
|
||||
= pure ($ y) <*> u
|
||||
```
|
||||
|
||||
4. Composition
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user