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
35
questions and find answers to
223
problems.
Stats
5.8k
EtPoint
1.8k
Vote count
35
questions
223
answers
About
Alec questions
Getting the GHC to accept type signature with KnownNat arithmetic
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]
Alec answers
How to express Function type?
Getting a regular List from a Type List
Infer constraints of type families from constraints of arguments
Function Type Restrictions
Type level programming to represent multidimensional arrays (Tensors)
How to document type-class constraints using Haddock?
Converting Floating to Integer
Iterative procedure with nested loops in functional paradigm
How can I programatically produce this datatype from the other?
Haskell split string on last occurence