Learning hierarchy

Hi, in order to upload my teaching programms to hackage, I look for an accepted hierarchy to put the modules into. My current version is Learning.Donnerhacke.Algorithms.Sort ... etc. pp. Would such a hierarchy make sense? Is the a hope for inclusion of other modules? The main purpose of this moduls in my special case are: Implementation of the algorithms from Sedgewick's famous book. They are combined with a ver short program

* Lutz Donnerhacke wrote:
The main purpose of this moduls in my special case are: Implementation of the algorithms from Sedgewick's famous book. ...
Sorry, I hit the send button a bit too early. ... They are used with very small main programms containing a FFI inclusion of a external C object and a main calling Test.QuickCheck between the C function and the library function (from Learning...). This way the studends are teached to learn C. The Makefile compiles the C code to a object file and links it with the main programm to generate test cases for their work. A secondary function is exported via FFI to display the used data structures at the C level in an additional X11 window. This is offered to ease debugging of their programms.
participants (1)
-
Lutz Donnerhacke