is there an equivalent to (C++) istream::putback(char) for ocaml?
How could I add a character to the beginning of stdin?
|
|
is there an equivalent to (C++) istream::putback(char) for ocaml? How could I add a character to the beginning of stdin? |
||
|
|
|
|
You cannot do it with an
|
|||
|
|