c***@gmail.com
2007-10-31 01:02:40 UTC
Hello all,
I hope my problem is appropriate for this board,
Ok, I've been coding for a while with sml, but I have never really
needed to use any of the I/O stuff besides printing to the stdOut.
Nevertheless, I have his problem of needing to print large lists
(i.e., a' list list) and the order of the printing matters (I need it
to be tab delimited so I can stick the output into some stat
packages). Anyway, I have a list (the rows) of columns of a' 's.
So, here is the question: Is there a way to convert that list into a
nicer structure for printing to a file? I've been looking at the sml
Basis library last night and this morning, but nothing seems too
promising and google hasn't turned up much. If nothing works, i'll
write an ugly function to print everything a bit at a time, but I was
hoping I wouldn't have to do that.
Any help would be greatly appreciated
I hope my problem is appropriate for this board,
Ok, I've been coding for a while with sml, but I have never really
needed to use any of the I/O stuff besides printing to the stdOut.
Nevertheless, I have his problem of needing to print large lists
(i.e., a' list list) and the order of the printing matters (I need it
to be tab delimited so I can stick the output into some stat
packages). Anyway, I have a list (the rows) of columns of a' 's.
So, here is the question: Is there a way to convert that list into a
nicer structure for printing to a file? I've been looking at the sml
Basis library last night and this morning, but nothing seems too
promising and google hasn't turned up much. If nothing works, i'll
write an ugly function to print everything a bit at a time, but I was
hoping I wouldn't have to do that.
Any help would be greatly appreciated