Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
phadej
phadej has asked
16
questions and find answers to
131
problems.
Stats
2.7k
EtPoint
737
Vote count
16
questions
131
answers
About
A humble functional programmer from up north. Haskell Consultant at Well-Typed.
phadej questions
Why MonadReader r (StateT s m) uses an instance of the underlying monad
Lein console (like sbt)
git clean -ndX doesn't remove directory
Why Sum and Product aren't Functors
How to work with higher rank types
Is there a naming convention for implicit classes?
How to make the product of two lenses?
How to interleave streams (with backpressure)
Why Reads is not declared covariant?
Strict Maybe in data definitions
phadej answers
No Monad Instance for `Data.Map`, but Scala's Map?
Moving average in Haskell
How can I use &&& with a -> Maybe a
Haskell Servant Get Current Route / URL From Handler
Is there any reason to make API of type Future[Try[A]] instead of Future[A]?
failure in Scala future's for comprehension
Correct usage of scalaz Future for async execution
How to reduce duplication in the build-depends fields of a .cabal file?
Cartesian List Product in Haskell (Memory and Speed)
How resolve version in duplicated transitive dependencies?