Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Best way to convert between [Char] and [Word8]?

string unicode haskell utf-8

Haskell -- parallel map that makes less sparks

Haskell QuickCheck2 using ByteString?

haskell quickcheck

Haskell Thread Communication Pattern Scenario

Debugging unwanted strictness?

Sequencing IO actions in parallel

Why are there no "general" accessor functions for tuples in Haskell?

haskell typeclass

Feeding a monadic expression into unless or when

haskell monads

A parallel monad map in Haskell? Something like parMapM?

Is there a reactive-banana-gtk?

haskell reactive-banana

Evaluation and space leaks in Haskell

No instance for Control.Monad.Logger.MonadLogger when attempting to use persistent

How to retrieve output of external program executed from Haskell?

haskell io

What is the purpose of the `Typeable (* -> Constraint) Monoid` instance?

haskell

stacking StateT in scalaz

What happens to child threads when their parent dies in GHC Haskell?

multithreading haskell ghc

Reusing patterns in pattern guards or case expressions

Why does Djinn fail to realize common monadic functions?

haskell types

Efficiency of unfoldr versus zipWith

Does Prolog have an alias "operator" like Haskell?