Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in haskell
Embedding higher kinded types (monads!) into the untyped lambda calculus
Jan 14, 2022
haskell
functional-programming
monads
lambda-calculus
untyped-variables
In which languages is function abstraction not primitive
Oct 31, 2022
function
haskell
language-agnostic
programming-languages
functional-programming
Pointfree Composition with Multiple Variables
Apr 07, 2022
haskell
function-composition
pointfree
Implementing take using foldr
Mar 12, 2022
haskell
fold
take
Haskell: Trapped in IO monad
Sep 22, 2022
haskell
io
monads
pure-function
hi :: (b -> c) -> (a -> b) -> (a -> c) in Haskell
Dec 30, 2021
haskell
functional-programming
Why is `++` for Haskell List implemented recursively and costs O(n) time?
Dec 19, 2021
list
pointers
haskell
recursion
functional-programming
Range checking in Haskell's case?
Dec 29, 2019
haskell
case
ugly doubles - why 2.9000000000000004 instead of 2.9? [duplicate]
Jan 06, 2019
haskell
Short way to write (\(x, y) -> (f x, g y))
Apr 27, 2022
haskell
tuples
Haskell Error: parse error on input `='
Jun 18, 2017
syntax
haskell
indentation
ghc
ghci
Does there exist something like (xs:x)
May 04, 2022
haskell
Haskell: foldr vs foldr1
Mar 04, 2022
haskell
fold
Does Julia have an operator similar to Haskell's dollar sign?
Apr 05, 2022
haskell
julia
How can I abstract a common Haskell recursive applicative functor pattern
Apr 03, 2022
haskell
typeclass
functor
applicative
Counters are initialized every time?
Feb 07, 2022
haskell
Haskell: Want a better way of doing: value == x || value == y ||
Sep 25, 2022
haskell
idioms
. versus $ in haskell [duplicate]
Apr 19, 2022
haskell
What type of scope does Haskell use?
Mar 21, 2022
haskell
scope
alias
Is my rewritten foldl function optimised?
May 07, 2019
haskell
tail-call-optimization
« Newer Entries
Older Entries »