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
196
problems.
Stats
5.3k
EtPoint
1.7k
Vote count
32
questions
196
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 a type annotation using DataKinds within a TH QuasiQuote
Aeson encoding of Data.Map.Strict.Map with custom key type results in array of arrays instead of object
Conditional Future in Scala
Using variables in parallel list comprehensions in Haskell
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`?