Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

how to achieve "product of two monads" effect?

haskell monads

Implying equality in a Haskell pattern match

Streaming recursive descent of a directory in Haskell

Implementing a zipper for length-indexed lists

haskell data-kinds

How to "change" single values in large objects in elegant way?

haskell

Is there a way to make my word counting program faster without using impure tricks?

Why isn't there a scanl' function in the Haskell standard library?

haskell

Translate list comprehension to Prolog

What is ((+) . (+)) in Haskell?

How to do parallel "either-side" short-circuiting with "and" and "or"

What does “⊥” mean in “The Strictness Monad” from P. Wadler's paper?

How to return the length of a list as type Integer instead of Int in Haskell

haskell

Force `stack` to rebuild an installed package

haskell haskell-stack

Haskell or F# high throughput binary I/O

.net haskell f# io

Using Hamlet in Haskell without Yesod

haskell hamlet

Why do non-exhaustive guards cause irrefutable pattern match to fail?

How do I catch read exceptions in Haskell?

haskell try-catch

Access environment in a function

haskell

Haskell -- sort list with impure function

sorting haskell io

About the function monad

haskell monads