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 alternative-functor
How do you chain an arbitrarily long series of atomic parsers using applicatives?
Mar 25, 2023
haskell
functional-programming
functor
applicative
alternative-functor
Why is there no type class for monoids on functors in Haskell?
Mar 19, 2023
haskell
typeclass
functor
monoids
alternative-functor
Pattern matching with Alternative empty or Applicative pure
Jan 27, 2023
haskell
typeclass
alternative-functor
Why is Alternative concatenating lists instead of choosing the first non-empty one?
Dec 11, 2022
haskell
alternative-functor
Is there a name for "maybe mzero return"?
Jan 08, 2022
haskell
alternative-functor
monadplus
Is it possible to write an Alternative instance for Identity a if there's a Monoid for a?
Feb 04, 2022
haskell
alternative-functor
Why is there difference between throw and throwIO?
Feb 26, 2022
haskell
exception
io-monad
alternative-functor
Is this Haskell function known/implemented as another name?
Feb 06, 2022
haskell
alternative-functor
monadplus
Why is guard based on Alternative?
Mar 16, 2022
haskell
alternative-functor
Haskell: How do I create a function that allows none, one or two Applicatives?
Jun 02, 2017
haskell
applicative
alternative-functor
Non-parser example for `Control.Applicative.optional`
Dec 29, 2020
haskell
alternative-functor
In Haskell, is there an abstraction for the <?>-operator?
Oct 05, 2018
haskell
maybe
alternative-functor
Is there a "unit" class? Would it be useful?
Aug 30, 2022
haskell
monoids
alternative-functor
Looking for generalisation of the `if p x then x else empty` construct
Aug 30, 2021
haskell
functional-programming
alternative-functor
Is every Alternative Monad Filterable?
Aug 24, 2022
haskell
filter
monads
category-theory
alternative-functor
Product and Sum Type Parallels in Haskell Type Classes
Oct 27, 2021
haskell
typeclass
applicative
arrows
alternative-functor
Could it be that (Alternative f, Foldable f) => Monad f?
Feb 17, 2020
haskell
monads
typeclass
alternative-functor
foldable
What can we do with Alternative but cannot do with Monoid?
Sep 03, 2020
haskell
monads
monoids
alternative-functor
monadplus
'some' and 'many' functions from the 'Alternative' type class [duplicate]
Dec 06, 2021
haskell
functional-programming
typeclass
some-and-many
alternative-functor
Older Entries »