Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in applicative
Functor / Applicative instances for State in Haskell
Oct 22, 2022
haskell
monads
functor
applicative
I can't understand Wikipedia's definition of "applicative functor"
Nov 20, 2022
haskell
monads
functor
applicative
Naming of `pure` function in Control.Applicative [closed]
Jun 26, 2021
haskell
applicative
Why is f <$> g <$> x equivalent to (f . g) <$> x although <$> is not right-associative?
Apr 10, 2022
haskell
syntax
infix-notation
applicative
infix-operator
Is it possible to encode a generic "lift" function in Haskell?
Sep 15, 2022
haskell
typeclass
applicative
Relation between `<*>` and `<$>`
Jan 03, 2022
haskell
functor
applicative
Can I model a list of successes with short circuiting failure via the composition of applicative functors?
Apr 07, 2018
haskell
algebra
applicative
category-theory
non-deterministic
Applicative instance for MaybeT m assumes Monad m
Dec 09, 2021
haskell
monads
monad-transformers
applicative
haxl
Examples of Functors without Applicatives
Nov 07, 2022
haskell
functor
applicative
Applicative is to monad what X is to comonad
Nov 03, 2019
haskell
monads
applicative
comonad
How and why is ap defined as liftM2 id in Haskell
Jun 16, 2021
haskell
applicative
What is this special functor structure called?
Nov 03, 2022
haskell
category-theory
applicative
Any advantages to Haskell desugaring?
Jan 03, 2022
haskell
monads
functor
syntactic-sugar
applicative
What is the purpose of `pure` in Applicative Functor
Aug 24, 2022
haskell
applicative
category-theory
Does liftA2 preserve associativity?
Jan 24, 2022
haskell
applicative
semigroup
Applicative instance for free monad
Sep 22, 2022
haskell
applicative
free-monad
Why does the Applicative instance for Maybe give Nothing when function is Nothing in <*>
Sep 20, 2022
haskell
functor
applicative
Can the continuation monad transformer be given an Alternative instance with some and many?
Sep 03, 2022
haskell
applicative
continuation-passing
some-and-many
alternative-functor
Why does the Alternative typeclass need to be a sub-class of Control.Applicative
Nov 30, 2021
haskell
applicative
monoids
alternative-functor
Why is there not 'Alternative' instance for 'Control.Applicative.Const'
Feb 24, 2020
haskell
applicative
monoids
alternative-functor
« Newer Entries
Older Entries »