14 Jan 19:15
Re: some ideas for Haskell', from Python
David Leimbach <leimy2k <at> gmail.com>
2009-01-14 18:15:19 GMT
2009-01-14 18:15:19 GMT
On Wed, Jan 14, 2009 at 10:13 AM, David Leimbach <leimy2k <at> gmail.com> wrote:
I'm sorry I didn't mean "different", I meant "better than"? I don't get the advantage.
joinPath' root name = import.System.FilePath.joinPath [root,name]
How is this different fromjoinPath' root name = System.FilePath.joinPath [root,name]
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe <at> haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
RSS Feed