Subscribe to
Posts
Comments

Archive for January, 2009

Fun with Haskell view patterns

One of the pleasant new features in GHC 6.10 is the long-awaited addition of view patterns. This feature is usually advertised as making it possible to pattern match against the values of an abstract type. An essential aspect of modular software design is that we don't want to expose the implementation of complex code. Someone [...]