Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Generating lenses for a "lens" library with a custom name processor instead of the default "underscore"-based one

Where and Why should I use extra empty patterns?

Creating a list by cumulatively adding elements of another list: Haskell

haskell

case-insensitive regular expressions

How to sort a list in Haskell in command line ghci

list sorting haskell

Convert haskell Int with leading zero to String

string haskell int

Convert a "do" notation with more than two actions to use the bind function

haskell ghc monads

Does this simple Haskell function already have a well-known name?

haskell tuples monads

How do I handle an infinite list of IO objects in Haskell?

Unexpected result while reversing a list

list haskell reverse

Is it ok to write most of the code using IO monads

haskell monads

tail recursion recognition

haskell ghc

No instance for (Show a0) arising from a use of `print' The type variable `a0' is ambiguous

haskell

How can I create a tuple where each of the members are compared by an expression?

python ruby haskell

ghci not loading function from file

haskell ghci

Read a file line by line

haskell

Why does product [] return 1?

haskell

Map list of functions on list in Haskell

haskell map

Using Haskell's map function to calculate the sum of a list

list haskell recursion fold

Nested loop equivalent

haskell