Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

A more succinct way to map functions onto fields of an algebraic datatype?

Applicative functors analysis

Nondeterminism for infinite inputs

Let-renaming function breaks code

haskell ghc

Since "fold" isn't powerful enough to write a tree pretty-printer with indentation, what high-order combinator is?

Why is `(:)` built-in?

haskell

What's the difference between the classes Floating and Fractional in Haskell?

Haskell or D for GUI desktop application?

What is XNoMonomorphismRestriction?

How to specify dependency on external C library in .cabal?

How to use HUnit and Cabal to do Automated Testing?

GHC rewrite rule specialising a function for a type class

haskell ghc

What's the difference between makeLenses and makeFields?

haskell haskell-lens

How to implement delete with foldr in Haskell

haskell fold

The meaning of tilde in Haskell types (Type equality)

haskell types tilde

Associate a function with a type in Haskell

haskell record typeclass

What's the most idiomatic approach to multi-index collections in Haskell?

haskell

Any way to print out a type of a variable in a do / while / let block?

haskell ghci

Does Haskell have a splat operator like Python and Ruby?

haskell tuples splat

When to use various language pragmas and optimisations?