
16 Apr
2010
16 Apr
'10
7:10 a.m.
Ivan,
in `size` function, what does the `~` mean ?
A lazy pattern match: http://en.wikibooks.org/wiki/Haskell/Laziness (there is a better name for it, but I can't remember).
Irrefutable pattern? ;-) Cheers, Stefan