Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Check if a string contains a certain character

haskell

Not in scope: `fromMaybe' - haskell

haskell maybe option-type

Where is the Set type class?

haskell typeclass

Combine functions to a function which returns a tuple

When do [do x] and [do return x] evaluate differently?

haskell monads

In Haskell terminology, what are monadic effects?

haskell

What is the difference between map of Python and fmap of Haskell?

python haskell

What are algebraic structures in functional programming?

Why do both map (^2) xs and map (2^) xs work as expected in Haskell?

Haskell basic function definition problem

function haskell definition

A question concerning list accesses from a noobie functional programmer

Can't seem to get my head around the 'list difference' (\\) operator

get list of all nondecreasing sets of list in haskell

list haskell

Restricting values in type constructors [duplicate]

haskell

Creating a new Ord instance for Lists

haskell typeclass instances

How are dependent ranges computed in a list comprehension?

Apply a function only if isJust

haskell

Why is there no typeclass for container-types?

haskell

Extensible serialization in Haskell

Type of `foldMap . foldMap`