Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Why does Scala not have a return/unit function defined for each monad (in contrast to Haskell)?

scala haskell monads

How can a garbage collector find out about object references done from the stack?

Haskell Bytestrings: How to pattern match?

What does concatMap do? [duplicate]

haskell

withFile vs. openFile

haskell

Idiomatic option pricing and risk using Repa parallel arrays

Decrementing ranges in Haskell

list haskell

To what extent is Haskell lazy?

haskell lazy-evaluation

Templating packages for Haskell

haskell templating

LLVM vs. C-- ; how can LLVM fundamentally not be better for Haskell than C--?

What is so special about Monads?

What do the parentheses signify in (x:xs) when pattern matching?

haskell syntax

how does 'undefined' work in Haskell

haskell undefined

Overloading function signatures haskell

haskell type-signature

Can a monad be a comonad?

haskell category-theory

Is there a way to elegantly represent this pattern in Haskell?

Why does foldr use a helper function?

haskell fold

Are side effects everything that cannot be found in a pure function?

Functional languages (Erlang, F#, Haskell, Scala) [closed]

What does the >> symbol mean in Haskell

syntax haskell