Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Data.Sequence vs. Data.DList for appending data to the end of the list

list haskell append

Why doesn't Haskell's Data.Set support infinite sets?

haskell set

Haskell: How to organize a group of functions that all take the same arguments

haskell dry

Haskell: Why aren't infix type constructors allowed?

Haskell: Inserting every line from a file into a list

file haskell input io

Why does Haskell precedence have only 10 levels? Is the figure of 10 enough?

What does '@' mean in Haskell?

haskell at-sign

Filter a list of paths to only include files

file haskell io path

Writing the Identity monad in terms of Free

haskell monads free-monad

Is there a function in Haskell that returns the type of its argument (or a string showing the type)?

haskell

Haskell: how to evaluate a String like "1+2"

haskell eval

Haskell Print Lines in function

Simple tips for Haskell performance increases (on ProjectEuler problems)?

performance haskell

Is there a nicer way to apply a function to both elements of a pair in a list than a list comprehension?

haskell

What makes a good name for a helper function?

Test if all elements of a Foldable are the same

haskell

Which is more efficient in Haskell; pattern matching or nested if/case statements?

haskell pattern-matching

Computing the mean of a list efficiently in Haskell

performance list haskell

foldl / foldr query

haskell fold

Haskell List of tuples to list?

haskell