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 foldable
Writing a foldMap in Haskell
Dec 27, 2022
haskell
functor
foldable
Why can't I do `null (Just 5)` in Haskell?
Dec 21, 2022
haskell
ghc
typeclass
option-type
foldable
Why Monoid is not a requirement for foldr/foldl?
Sep 27, 2022
haskell
fold
monoids
foldable
Is there an equivalent to head/tail for Foldable functors in general?
Jun 30, 2022
haskell
functor
shift
traversable
foldable
Is there anything we lose with MonoFoldable?
Jan 06, 2020
haskell
foldable
classy-prelude
No instance for Foldable arising from length inside lambda
Apr 13, 2022
haskell
lambda
foldable
Foldable IntSet
Jun 05, 2021
haskell
set
foldable
Are there laws for the Foldable typeclass that constrain how Foldable instances can be derived?
Aug 09, 2022
haskell
deriving
foldable
Why is this implementation a bad instance of the Foldable Typeclass?
May 27, 2022
haskell
typeclass
quickcheck
foldable
typeclass-laws
Can I write `foldr` (or `foldMap`) in terms of 'recursion schemes' `cata`?
Apr 17, 2022
haskell
fold
recursion-schemes
foldable
catamorphism
What does Traversable is to Applicative contexts mean?
Sep 05, 2022
haskell
applicative
monoids
traversable
foldable
Why in Haskell maximum (8,1) = 1? [duplicate]
Apr 07, 2022
haskell
max
foldable
Why does mconcat require a list rather than a Foldable?
Oct 09, 2021
haskell
monoids
foldable
Why isn't sum == foldl1 (+)?
Mar 26, 2022
haskell
matrix
sum
fold
foldable
Could it be that (Alternative f, Foldable f) => Monad f?
Feb 17, 2020
haskell
monads
typeclass
alternative-functor
foldable
How can I express foldr in terms of foldMap for type-aligned sequences?
Apr 25, 2022
haskell
types
monoids
type-variables
foldable
How does Traversable use the fact that it subclasses both Foldable and Functor?
Mar 10, 2021
haskell
functor
traversable
foldable
Foldable vs Traversable
Nov 16, 2022
haskell
functor
applicative
foldable
traversable
Why does `fmap sum Just` typecheck?
Sep 05, 2022
haskell
functor
foldable
Older Entries »