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
192
problems.
Stats
5.2k
EtPoint
1.7k
Vote count
32
questions
192
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
How is Foreign Function Interface (FFI) used with Stack?
How to generate a table in Haddock documentation
How to use type-level functions to create static types, dynamically?
In Haskell how do I get the number of bytes in a UTF8 string?
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?