19 Mar
2008
19 Mar
'08
12:41 p.m.
mad.one:
Excerpts from Will Thompson's message of Sun Mar 16 08:37:00 -0500 2008:
Currently the module's name is HFuse. Presumably it really belongs under System somewhere; System.Posix.Fuse maybe? What do folks think? Are there any guidelines for picking a namespace?
I don't think there's any sort of doc on picking a namespace or how to logically name your package modules (would likely be worth writing); for something like this, I would say something under System.Posix.* would be the most appropriate.
Ah, but there is! http://haskell.org/haskellwiki/Hierarchical_module_names Enjoy! -- Don (grumbler of packages that use uncommon top level names)