string formatting in Haskell

Posted by TheMachineCharmer on Stack Overflow See other posts from Stack Overflow or by TheMachineCharmer
Published on 2010-03-18T08:25:59Z Indexed on 2010/03/18 8:31 UTC
Read the original article Hit count: 663

Filed under:
|
|

What is haskell equivalent of

string str = string.Format("{0} {1}",10,20); // C#

© Stack Overflow or respective owner

Related posts about haskell

Related posts about c#