j
k
j a
j l
class List l where head :: IArray UArray a => l a -> Maybe a tail :: IArray UArray a => l a -> Maybe (l a)
changed my mind about this... you cannot do: tail $ tail $ tail x so added a 'null' test instead.
Back to the thread
Back to the list