Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

How can I write a state monad that does error handling as well?

How do you call functions dynamically with Haskell

haskell

foldl . foldr function composition - 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