Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

strange error in haskell about indentation of if-then-else

Taking sub-arrays in Haskell

haskell

State of the art of cheap lists operations in Haskell?

Handling POST using Warp/WAI

haskell haskell-warp

GHC rejects ST monad code as unable to unify type variables?

Truth Tables from Anonymous Functions in Haskell

Why aren't Persistent types instances of ToJSON/FromJSON in Yesod?

haskell yesod aeson

Can't use a glade xml file with haskell

haskell glade gtk2hs

Haskell opposite of intersect (List)

list haskell intersect

Why `foldl1` runs out of memory yet `foldr1` works just fine?

haskell

Dovetail iteration over infinite lists in Haskell

haskell

What's the equivalent of ghci's type directive in OCaml?

haskell types ocaml

Using a lens twice

haskell haskell-lens lenses

Haskell polymorphic function to convert between algebraic data types

function haskell types

Behavior of reverse >>= (==)

haskell

Are all pure functions in functional programming continuous?

What counts as a side-effect? Why isn't memory allocation a side-effect?

Java 8: streams and the Sieve of Eratosthenes

Why are floatRange, floatRadix and floatDigits functions?

haskell floating-point

`(<*>)` definition for the Applicative functor?

haskell applicative