From: Data.Maybe

Description
The Maybe type, and associated operations.


From: Data.List

Description
Operations on lists.


One description has the type and associated operations, the other only has the operations.

Where can I find the type definition for List, and why isn't it in Data.List?

Michael