
16 May
2005
16 May
'05
9:11 p.m.
Hello,
On 15 May 2005 12:29:11 +0200, Peter Simons
On those occasions, however, why not put the function into a module, say "Foo.Bar.Private" and import it into "Foo.Bar" from there? Then those people who enjoy playing with fire _can_ use it, and everybody else will not.
Besides all the good points everyone else made, in practice this is likely to often lead to recursive modules which are not supported by most Haskell implementations. -Iavor