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
203
problems.
Stats
5.4k
EtPoint
1.7k
Vote count
32
questions
203
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 to generically traverse nested records looking for specific values in Haskell?
Asynchronous map of non-deterministic function over array
Compose/bind "Except"s with varying error types by common error type class
Why does the type of a function change when it comes out of a monad in GHCi [duplicate]
How does GHCi pick an instance of the Monad type class to use for polymorphic actions?
Why can't I apply pattern-matching against non-case classes?
Is there a way to restrict the instances of a possible product type?
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