Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

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?

GADT's failed exhaustiveness checking

haskell types gadt

Is it possible to lazily traverse a recursive data-structure with O(1) memory usage, tail-call optimized?

How to format UTCTime as ISO 8601 in Haskell

datetime haskell iso8601

Could not find module ‘Text.Regex.Posix’

haskell