Name:
Anonymous
2011-03-12 21:16
HASKAL IS A WRITE-ONLY LANGUAGE
Name:
Anonymous
2011-03-12 21:22
[([[p->u]->n]->[[[[c->t]->u]]->a->t])->i]->on
Name:
Anonymous
2011-03-12 21:37
Seems readable to me
Prelude Data.List> reverse . map length . transpose. transpose $ map (flip replicate 1) [25,274,346,457,24,234,347]
[24,25,234,274,346,347,457]