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 typeclass based on two different functors
Feb 17, 2026
haskell
functor
applicative
Applicative vs monadic style for simple IO example
Feb 16, 2026
haskell
monads
applicative
How are <$> and <*> pronounced?
Jan 02, 2026
haskell
functor
applicative
non-monadic error handling in Haskell?
Dec 19, 2025
exception
haskell
error-handling
monads
applicative
Nested applicative functors of different types in Haskell
Dec 13, 2025
haskell
functor
monad-transformers
applicative
Why the `pure` of `Applicative Maybe` be defined as `pure = Just` and ignores `Nothing`?
Dec 08, 2025
haskell
applicative
Applicative instance for sets (nested lists)
Dec 04, 2025
haskell
applicative
category-theory
Haskell - applying a function that returns a functor onto a functor
Nov 24, 2025
haskell
composition
functor
applicative
function-composition
Composing Applicatives
Nov 06, 2025
haskell
applicative
function-composition
haskell optparse-applicative: parsing a list of records that have multiple fields
Oct 27, 2025
parsing
haskell
applicative
command-line-arguments
Does sequence on an infinite list of IO actions by definition result in a never-ending action? Or is there a way to bail out?
Oct 25, 2025
haskell
functional-programming
language-lawyer
monads
applicative
What is a cocartesian comonoid, and what is a cocartesian comonoidal functor?
Oct 20, 2025
haskell
applicative
category-theory
monoids
distributive
How does (<*>) generalise fmap to multiple arguments?
Oct 18, 2025
haskell
applicative
What does "f (a -> b)" type signature mean in Haskell?
Oct 18, 2025
haskell
applicative
how to use applicative validation using languageext?
Oct 17, 2025
c#
functional-programming
applicative
language-ext
Newtype Deriving Monad Error
Sep 16, 2025
haskell
monads
applicative
newtype
What’s an example of a Monad which is an Alternative but not a MonadPlus?
Sep 14, 2025
haskell
monads
applicative
alternative-functor
monadplus
Can I avoid the Monad constraint in this Alternative based function?
Sep 04, 2025
parsing
haskell
monads
applicative
Older Entries »