Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
kqr
kqr has asked
14
questions and find answers to
76
problems.
Stats
2.9k
EtPoint
1.1k
Vote count
14
questions
76
answers
About
kqr questions
Looking for generalisation of the `if p x then x else empty` construct
How does this list comprehension over the inits of itself work?
Do the functor laws prove complete preservation of structure?
A common pattern involving composition of functions (\a b -> f (g a) (g b))
What makes it possible for glibc malloc to compare pointers from different "objects"?
Could someone explain the diagram about the `lens` library?
kqr answers
Removing elements in a functional style
Haskell Applying 2 lambda expressions to list of tuples
Evaluation of expression str a b = ((.).(.)) (0 -) (+) 1 2 [duplicate]
Ambiguity with Action and Func parameter
Control.Lens lens for a total map
What does it mean to compose two Functors?
How do I convert a functional DSL into a Monad in Haskell?
Am I using ghcjs correctly?
Higher order OR in Haskell [duplicate]
Haskell: use Maybe but print an actual number rather than "Just ... "