Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

need to know what <*> <$> and . do in haskell

haskell

Is it bad form to make new types/datas for clarity? [closed]

What's the practical value of all those newtype wrappers in `Data.Monoid`?

haskell monoids

IO and Maybe monad interaction

haskell

Why can't Haskell be tricked into performing IO operations by using strict evaluation?

haskell monads io-monad

How to model class hierarchies in Haskell?

Does an IO monad make sense in a language like C#

c# haskell monads

Determining if a given number is a prime in haskell

Why can applicative functors have side effects, but functors can't?

Idiomatic way to sum a list of Maybe Int in haskell

haskell

Point-free in Haskell

Haskell replace characters in string

haskell

Ways to get the middle of a list in Haskell?

Why is the type system refusing my seemingly valid program?

Continue debugging in GHC after interrupt

What is the precedence of ~, and why?

haskell

Distributing Haskell on a cluster

How do I specialise with an explicit type application?

haskell

Strictness optimization and memory allocation in Haskell

Generate optparse-applicative parser from free alternative functor