21 Mar
2004
21 Mar
'04
11:36 a.m.
Wolfgang Jeltsch wrote:
[...] My question is, if a module is considered non-portable only if it contains non-portable constructs itself, or if a module is also non-portable if it just imports a module which is non-portable.
Both, otherwise stating the property "portable" wouldn't help very much. There are already a few examples in the hierarchical libraries, e.g.: http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/libraries/base/Data/STRef.... http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/libraries/base/Text/Read/L... Cheers, S.