Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Literate Haskell (.lhs) and Haddock

Why MonadPlus and not Monad + Monoid?

Wrong IO actions order using putStr and getLine

haskell io ghc buffering

How do I define Lisp’s apply in Haskell?

Int vs Word in common use?

haskell type-safety

In Haskell, why isn't there a TypeClass for things that can act like lists?

list haskell typeclass

Turning A => M[B] into M[A => B]

What are Prisms?

haskell haskell-lens

Test if a value matches a constructor

haskell

Parsec vs Yacc/Bison/Antlr: Why and when to use Parsec?

haskell parsec

Difference between 'return' and 'pure'

haskell

Why were type classes difficult to implement?

haskell ghc typeclass

What is a shrink, with regard to Haskell's QuickCheck?

haskell quickcheck

`String' is applied to too many type arguments

haskell

What is the best way to convert String to ByteString

string haskell bytestring

List of showables OOP-style in Haskell?

haskell

Can I get `cabal install` to use multiple cores?

Lazy evaluation of terms in an infinite list in Haskell

haskell lazy-evaluation

Understanding the different behavior of thunks when GHCi let bindings are involved

What does the GHC source mean by "zonk"?

haskell ghc