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
Why does importing Control.Applicative allow this bad code to type check?
Sep 19, 2020
haskell
applicative
applicative functor: <*> and partial application, how it works
Aug 21, 2022
parsing
haskell
applicative
How is "a monoid on applicative functors" different than "a monoid in the category of endofunctors"?
Nov 20, 2022
monads
functor
applicative
category-theory
monoids
Examples of Haskell Applicative Transformers
Mar 28, 2022
haskell
monad-transformers
applicative
Applicative laws for alternative class formulations
Oct 28, 2022
haskell
applicative
What are the applicative functor laws in terms of pure and liftA2?
Sep 07, 2022
haskell
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
« Newer Entries
Older Entries »