[Haskell-beginners] IO question

mike h mike_k_houghton at yahoo.co.uk
Mon Dec 11 20:56:28 UTC 2017


I have

 input <- readFile “data.txt”
 let  input’ = splitOn “,” input 
…. 

How do I make that into just one line? 

Thanks

Mike


More information about the Beginners mailing list