Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Minimum of Two Maybes

haskell maybe

Map over list, except for last list element

Convert Maybe Int to Int in Haskell

haskell

What is a good way to generate a infinite list of all integers in Haskell

haskell

Currying 3 Arguments in Haskell

haskell pointfree

Elegant haskell case/error handling in sequential monads

haskell

Pointfree (or library) function for applying two functions to single input

haskell pointfree

How to simplify nested-if using to return value in Haskell

Getting 'a' value from 'Maybe a' return type in Haskell

haskell maybe

Python equivalent of Haskell's [1..] (to index a list)

python list loops haskell

Adding zeros between elements in list?

list haskell

Functions that look pure to callers but internally use mutation

How to convert a free monad into a functor?

haskell monads

OCaml equivalent to Haskell's @ in pattern matching (a.k.a. as-pattern)

TextMate Haskell Bundle

haskell textmate

Cubesumming in haskell

haskell

Haskell - Redefining (hiding) arithmetic operators

Error while declaring a lambda function: declare an instance first

haskell

Generating lenses for a "lens" library with a custom name processor instead of the default "underscore"-based one

Where and Why should I use extra empty patterns?