main is usually a function
char* main = "usually a programming blog";
Saturday, December 4, 2010
Type-level Fix and generic folds
›
This article describes a fixpoint combinator for Haskell types, with some justification of why such a thing would be useful. It's meant ...
81 comments:
Thursday, November 4, 2010
Obtaining the name of a function in Haskell
›
Someone on #haskell asked whether you could recover a function's name from its value, i.e. GHCi> name id "id" GHCi> nam...
42 comments:
Tuesday, October 26, 2010
Tour of a real toy Haskell program, part 2
›
This is part 2 of my commentary on detrospector . You can find part 1 here . Performance claims I make a lot of claims about performance bel...
71 comments:
Tour of a real toy Haskell program, part 1
›
Haskell suffers from a problem I'll call the Fibonacci Gap. Many beginners start out with a bunch of small mathematical exercises , deve...
84 comments:
‹
›
Home
View web version