Help for this page
for (1..1_000_000) { print int(rand(10)), $/ }
{-# OPTIONS -O2 #-} ... display buf (x1:x2:xs) = do hPutBuf stdout (plusPtr buf x2) (x1 - x2) display buf xs