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
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
Which applicative functor is used for passing shared parameters?
Jul 08, 2017
haskell
applicative
Applicative functors analysis
Oct 14, 2022
haskell
static-analysis
functor
applicative
Does the function monad really offer something more than the function applicative functor? If so, what?
Jul 17, 2022
haskell
functional-programming
monads
applicative
combinatory-logic
Haskell - Is effect order deterministic in case of Applicative?
Mar 15, 2022
haskell
applicative
Understanding Data.Functor.Constant constructor and applicative laws
Sep 18, 2022
haskell
constants
functor
applicative
monoids
Is `x >> pure y` equivalent to `liftM (const y) x`
Nov 20, 2022
haskell
monads
functor
applicative
Monoidal Functor is Applicative but where is the Monoid typeclass in the definition of Applicative?
Aug 30, 2022
haskell
applicative
How to show that a monad is a functor and an applicative functor?
Aug 13, 2022
haskell
monads
functor
applicative
Removing duplication (with Applicative ((->) t), perhaps?)
Aug 19, 2022
haskell
applicative
« Newer Entries
Older Entries »