Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Alec
Alec has asked
32
questions and find answers to
188
problems.
Stats
5.1k
EtPoint
1.7k
Vote count
32
questions
188
answers
About
Alec questions
GHC can't infer unlifted kind
Searching for rewrite rules
Understanding `GHC.TypeLits`
How to mimic `tableswitch` using `MethodHandle`?
Factoring a number into roughly equal factors
Composing type constructors like functions
Given two absolute paths, how can I express one of the paths relative to the other?
Range of unicode characters GHC accepts
Why isn't `join` part of the `Monad` class [duplicate]
Data families vs Injective type families
Alec answers
Generating all combinations of 6 Xs with 3 Qs in Haskell
Using haskell's singletons, how can I write `fromList :: [a] -> Vec a n`?
Define spark udf by reflection on a String
How to derive instances for records with type-families
How to generate n random numbers from a normal distribution using random-fu (Haskell)?
How to abstract from data type parameters in class instances?
How to coerce functors applied to coercible arguments
Why does ghci outputs (Num a) => a for :t 4 and not (Ord a) => a?
Using different Ordering for Sets
Polymorphic result type GADT function