https://blog.applicative.co/a/3mmteyfxgoo23-developing-functional-code
https://blog.applicative.co/a/3mmteyfxgoo23-developing-functional-code
why is it
traverse :: (Traversable t, Applicative f) => (a -> f b) -> t a -> f (t b)
and not
traverse :: Traversable t => Applicative f => (a -> f b) -> t a -> f (t b)
?
why is it
traverse :: (Traversable t, Applicative f) => (a -> f b) -> t a -> f (t b)
and not
traverse :: Traversable t => Applicative f => (a -> f b) -> t a -> f (t b)
?
hackage.haskell.org/package/lens...
hackage.haskell.org/package/lens...
I invented Applicative Functors, in that sense.
I am trans.
I invented Applicative Functors, in that sense.
I am trans.
Intanto gli editori ne approfittano sfruttando il più possibile il tempo che passa senza regole.
In questo scenario, non posso fare molto, ma segnalo questo servizio:
12ft.io
Intanto gli editori ne approfittano sfruttando il più possibile il tempo che passa senza regole.
In questo scenario, non posso fare molto, ma segnalo questo servizio:
12ft.io
C’est pas parfait mais c’est mieux que R 🤷♂️
C’est pas parfait mais c’est mieux que R 🤷♂️
forall f. (Alternative f) => (a -> f b) -> s -> f t
forall f. (Alternative f) => (a -> f b) -> s -> f t