Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

An example of a Foldable which is not a Functor (or not Traversable)?

haskell functor fold traversal

In Haskell, how do you trim whitespace from the beginning and end of a string?

Why are Haskell algebraic data types "closed"?

What are the primary theoretical difficulties with adding ML-style modules to Haskell?

Curry-Howard isomorphism

What does $ mean/do in Haskell?

Existential vs. Universally quantified types in Haskell

Haskell function application and currying

What is the benefit of purely functional data structure?

unique elements in a haskell list

list haskell

Sets, Functors and Eq confusion

scala haskell equality functor

Why is seq bad?

haskell lazy-evaluation

Why aren't there many discussions about co- and contra-variance in Haskell (as opposed to Scala or C#)?

Why is there no implicit parallelism in Haskell?

What does "pure" mean in "pure functional language"?

One processing conduit, 2 IO sources of the same type

What's the "|" for in a Haskell class definition?

haskell syntax typeclass

Use of Haskell state monad a code smell?

Which Haskell XML library to use?

xml haskell comparison

How to "debug" Haskell with printfs?