David Leimbach | 14 Jan 19:13
Picon

Re: some ideas for Haskell', from Python


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

How is this different from 

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

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe <at> haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Gmane