Hi,
I would like to feed an sml program into poly from standard input:
$ cat hello.sml |poly Poly/ML 5.4.1 Release
# Hello World!val it = (): unit
Is it possible to use this so that the compiler itself does not print anything? I have found poly -q which does not print the release message but that still prints all the rest.
- Gergely