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
139
problems.
Stats
2.9k
EtPoint
775
Vote count
16
questions
139
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
How to switch streams based on some EventStream changes in Bacon
Equivalent of "pip install -U -r requirements.txt" for Cabal?
what's the wreq's way of creating custom cookies?
Generically finding out whether the type of a value belongs to a type class or not
An UU parser recognizing just the empty string input?
GHC could not infer types in presence of GADTs and Type Families
Eq or Ord instances for existential GADT
Travis and matrix combinations
No Monad Instance for `Data.Map`, but Scala's Map?
Moving average in Haskell