
11 Dec
2017
11 Dec
'17
9 p.m.
splitOn "," <$> readFile "data.txt"
or perhaps
readFile "data.txt" >>= return . splitOn ","
On Mon, Dec 11, 2017 at 3:56 PM, mike h
I have
input <- readFile “data.txt” let input’ = splitOn “,” input ….
How do I make that into just one line?
Thanks
Mike _______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners