Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

How to compose functions operating with ReaderT and Either?

How to write a function of type a-> b -> b -> b for folding a tree

haskell tree append fold

Haskell complex function composition

How to generate list of Lenses?

haskell lenses haskell-lens

Graphical transformation handles in Haskell

Write a recursive function that constructs a set

haskell recursion set

show implementation that would generically display one line per record filed

haskell

Composite Primary Key in Yesod

Haskell: Using MapReduce to search for substrings?

haskell

Reducing Tree to a list in haskell

haskell

What does Tree(Int,Int) mean in haskell?

haskell tree tuples

Number of elements in list bigger than average

haskell

Error handling using 'Either' inside a recursive function

Netwire - how to construct a wire that produces positions, bouncing of walls?

haskell netwire

Why doesn't `first` from Data.Bifunctor transform this value

haskell bifunctor

Unique elements of a list and corresponding indices

haskell unique

Generate parser that runs a received parser on the output of another parser and monadically joins the results

Are Haskell thunks mutable concerning evaluation?

haskell lazy-evaluation seq

How can I use getLine or getChar in haskell?

haskell

In Haskell can you have functions that return nothing?