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
15
questions and find answers to
90
problems.
Stats
3.2k
EtPoint
1.2k
Vote count
15
questions
90
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
Implementing a loop in Haskell
How to run haskell code that's passed via command argument to the interpreter?
printing a double quote in Haskell
Reducing Haskell expressions
For Loop for n iterations-Python
Extracting a tuple in a tuple of tuples Haskell
When to use typeclasses?
Hugs, functions and how it calculate
checking if file exists: performance of isfile Vs open(path)
Haskell syntax, parse errors for dummies