Legend:
Library
Module
Module type
Parameter
Class
Class type
A centralisation of feedback messages.
As I have already quietly mentioned, feedback is important to the user. So this module essentially exposes functions to produce strings of characters... for example, "Ah, this file was successfully created" or "Hmm, the task failed miserably with 'the error in question'".
Types
At the moment it would seem (obviously) that a string is an ideal tool to display messages...