Tagged Questions

2
votes
3answers
476 views

Return character to stdin in Ocaml

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