Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

How to convert from Float to Int in Haskell

haskell type-conversion

Type classes in Scala

Is there a way to limit the memory, ghci can have?

From C ++ to Haskell Classes and States

c++ haskell monads

Building a histogram with haskell, many times slower than with python

haskell

Is there a way to get a Haskell setup on Windows without an installation? (Copy + paste)

Monad with no wrapped value?

Unable to compile Writer Monad example from "Learn you a Haskell"

haskell monads

Why do we need Control.Lens.Reified?

haskell lenses

Data.ByteString.Lazy.Internal.ByteString to string?

haskell

Which is a polymorphic type: a type or a set of types?

References for learning the theory behind pure functional languages such as Haskell?

What is the most efficient purely functional algorithm for generating all prefixes of a list?

Concise if-then-else notation in do-blocks in Haskell

haskell do-notation

Does a function like this already exist? (Or, what's a better name for this function?)

haskell monads idioms

Odd results from monad transformer benchmark. A bug?

Which is the preferred method for writing "guards"?

haskell

hGetContents being too lazy

haskell file-io

View patterns vs. pattern guards

haskell pattern-matching

Navigating and modifying ASTs built on the Free monad in Haskell