Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Warning unused variable in Haskell code

haskell

Haskell IO - hGetContents: illegal operation (handle is closed)

haskell

How can I parameterise my Haskell functions?

How do I cast from Integer to Fractional

haskell types casting

Is there a default polymorphic unit type haskell

haskell

Use Lens as `map`

haskell lenses

Why doesn't `iterate` from the Prelude tie the knot?

haskell tying-the-knot

Is using long where statements bad coding style?

Haskell Applicative idiom?

haskell idioms

A real life example when pattern matching is more preferable than a case expression in Haskell?

Implementation of (^)

performance haskell

Haskell takeWhile + 1

haskell

In Haskell, what is the difference between using and not using let?

haskell

Understanding this assignment?

Proving equivalence of sequence definitions from Applicative and Monad

How to write a monad instance for a pair where both arguments have the same type?

haskell monads

Euler Problem in Haskell -- Can Someone Spot My Error

haskell

Haskell way to do error checking of multiple items with abort

haskell

Scala equivalent to Haskell monads

Using Haskell with a database backend for "business applications"

database haskell