Newbetuts
.
New posts in haskell
What is Haskell's Data.Typeable?
haskell
typeclass
generic-programming
scrap-your-boilerplate
What are skolems?
haskell
types
type-variables
Left and Right Folding over an Infinite list
list
haskell
functional-programming
infinite
fold
What characters are permitted for Haskell operators?
haskell
syntax
operators
What does Haskell's <|> operator do?
haskell
applicative
alternative-functor
What is supercompilation?
haskell
compilation
compiler-optimization
What is the DataKinds extension of Haskell?
haskell
types
algebraic-data-types
data-kinds
What are "n+k patterns" and why are they banned from Haskell 2010?
haskell
functional-programming
Testing haskell equality on Doubles with HUnit?
haskell
DatatypeContexts Deprecated in Latest GHC: Why?
haskell
deprecated
language-extension
Good Haskell coding standards
haskell
coding-style
conventions
cryptonite: Why is `digestFromByteString` Nothing?
haskell
cryptography
How to compare two functions for equivalence, as in (λx.2*x) == (λx.x+x)?
haskell
clojure
lambda
functional-programming
lisp
Haskell function composition operator of type (c→d) → (a→b→c) → (a→b→d)
haskell
function-composition
pointfree
How to create a polyvariadic haskell function?
haskell
variadic-functions
function-parameter
polyvariadic
Why does Haskell's `head` crash on an empty list (or why *doesn't* it return an empty list)? (Language philosophy)
haskell
polymorphism
parametric-polymorphism
creating instances of classes haskell
haskell
typeclass
Can Haskell functions be proved/model-checked/verified with correctness properties?
testing
haskell
functional-programming
formal-methods
formal-verification
Difference between logic programming and functional programming
haskell
functional-programming
prolog
Convert String to Integer/Float in Haskell?
haskell
floating-point
int
Prev
Next