Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

GHCI stack overflow on `instance Show MyType`

Functional non recursive approach to looping in Haskell

Ruby -> Haskell Unit and Automated Acceptance Testing

Haskell parsec space parsing errors

haskell parsec

List of functions in Haskell

list haskell

Why Vector code is slower than standard list one

haskell

Data.Aeson encoding optional keys

json haskell aeson

Haskell: how to read values from stdin line-by-line and add them to a map?

haskell map stdin

Lazy evaluation with a predicate

haskell lazy-evaluation

Inserting ErrorT at the base of transformer stack

How to implement the inverse of "intercalate" (splitting a string into pieces on a character) using functions from "base"?

string list haskell split

How does currying work with lambdas in Haskell?

haskell currying

Does OCaml have fusion laws

How to find path to a node in a Haskell Data.Tree

haskell tree

How should I combine St monad and State monad (or equivalent)?

Inconsistent types for record fields

haskell record

Gentle Intro to Haskell: " .... there is no single type that contains both 2 and 'b'." Can I not make such a type ?

scala haskell

Why is this evaluated like this?

haskell

Lenses: Composing backwards and (.) in Lens context

haskell haskell-lens

Implementing this OO concept in Haskell

haskell