Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

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

Manipulating the order of arguments to type constructors

haskell types typeclass

Using Haskell's type system to enforce modularity

haskell types type-systems

How are functions curried?

How can I elegantly invert a Map's keys and values?

haskell

Can a pure function have free variables?

Why can Haskell not handle characters from a specific website?