Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Tree sort in Haskell

Name: Anonymous 2009-05-20 15:25


module TreeSort where
import Data.Set (toList, fromList)

treeSort :: Ord a => [a] -> [a]
treeSort = toList . fromList

Name: Anonymous 2009-05-21 9:36

>>25
Those aren't proper. ` is not a punctuation mark on its own. It is called grave (note: NOT apostrophe) and it is used with characters such as ò in non-English languages. Therefore, it has 0 practical use in English and is not proper. Thus, they do not count.

IHBT, good show. It wasn't good, but it made me respond. 2/10.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List