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 functor
How do you chain an arbitrarily long series of atomic parsers using applicatives?
Mar 25, 2023
haskell
functional-programming
functor
applicative
alternative-functor
Composition of compositions in Haskell
Mar 18, 2023
haskell
functional-programming
functor
Why is there no type class for monoids on functors in Haskell?
Mar 19, 2023
haskell
typeclass
functor
monoids
alternative-functor
Avoiding use of unsafeCoerce in Hughes' list functor instance
Mar 18, 2023
haskell
typeclass
functor
coercion
difference-lists
Why is `fmap` needed to call `succ` on a `Maybe Integer`?
Mar 04, 2023
haskell
types
functor
map-function
collatz
What does the <> operator mean
Feb 17, 2023
haskell
operators
functor
C++: Function pointer as Template argument instead of functor
Feb 15, 2023
c++
templates
function-pointers
functor
Ascribing multiple OCaml Signatures to a Module
Feb 11, 2023
module
ocaml
functor
Why Can't I constexpr a bind?
Feb 01, 2023
c++
c++11
bind
functor
constexpr
confusion on using functor <$>
Jan 30, 2023
haskell
functor
How do C++ functor constructors get called when used with for_each or std::transform
Jan 21, 2023
c++
functor
Easier way to apply multiple arguments in Haskell
Jan 11, 2023
haskell
functional-programming
composition
functor
applicative
In applicative, how can `<*>` be represented in terms of `fmap_i, i=0,1,2,...`?
Jan 03, 2023
haskell
functor
applicative
How can I instance `Functor` for a type with two parameters?
Jan 03, 2023
haskell
functional-programming
typeclass
functor
parameterized-types
Upper-triangular loop idiom for Scala Lists
Dec 28, 2022
scala
nested-loops
functor
Writing a foldMap in Haskell
Dec 27, 2022
haskell
functor
foldable
Play JSON InvariantFunctor
Dec 20, 2022
scala
playframework
functor
Is it possible to implement `Functor<T>` in Java?
Dec 22, 2022
java
haskell
functor
'Default Behavior' for Haskell recursive data types
Dec 21, 2022
haskell
functor
recursive-datastructures
Functor instance for (newtype Mu f = InF {outF :: f (Mu f)})
Dec 20, 2022
haskell
functor
Older Entries »