Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Monad : sig ... end
Monad wrapping values returned by the input source
read_string source size
reads exactly size
bytes from source
and return them as a string. Reaching the end of the input before size
bytes have been read is an Error
.