Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Haskell: Splitting pipes (broadcast) without using spawn

haskell haskell-pipes

putStr in compiled binary from GHC, Mac OS X

haskell io executable ghc

What is a polymorphic lambda?

Convert FD to Handle

linux haskell tty

Functor/Applicative-like typeclass for composing (a->a) functions instead of (a->b)?

haskell

functional composition in haskell

haskell composition

Writing recursive template haskell functions

Join two consumers into a single consumer that returns multiple values?

haskell haskell-pipes

What is the proper way to handle string encoding in haskell?

haskell encoding utf-8

What should I do when I feel the urge to use object-style polymorphic messaging in Haskell?

Resources on managing, phasing, composing monads (in Scala or Haskell)

scala haskell monads

Is is possible to refer to Type Variables in pattern matching?

My RSA algorithm only works for very short words

Bind operator (=<<) with two parameters [duplicate]

haskell

When to use 'ioError . userError' instead of 'error'

haskell error-handling

Comparing two files in haskell / passing two IO Strings to one function

haskell monads

how to write a backtracking concatenated parser in haskell

haskell parsec

How can you pre-load a module when invoking `cabal repl`?

haskell cabal

How do I use list monad inside of ReaderT?

Automatic parentheses in `Show` instances

haskell