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
How to construct an Applicative instance with constraints (similarly to constructing Monad instances using ContT)
Aug 17, 2022
haskell
applicative
type-constraints
category-abstractions
instance Alternative ZipList in Haskell?
May 13, 2018
list
haskell
typeclass
applicative
alternative-functor
Haskell: some and many [duplicate]
Feb 17, 2022
haskell
applicative
combinators
alternative-functor
some-and-many
How much is applicative really about applying, rather than "combining"?
Aug 31, 2021
haskell
type-constraints
applicative
category-theory
Examples of "undoable" applicative functors?
Sep 15, 2022
haskell
undo
applicative
alternative-functor
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
« Newer Entries
Older Entries »