[Haskell-cafe] some ideas for Haskell', from Python

David Leimbach leimy2k at gmail.com
Wed Jan 14 13:13:19 EST 2009


>
>
> joinPath' root name = import.System.FilePath.joinPath [root,name]
>

How is this different from

joinPath' root name = System.FilePath.joinPath [root,name]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090114/f38f6125/attachment-0001.htm


More information about the Haskell-Cafe mailing list