module Reader: sig .. end
sig
end
class type t = object .. end
object
class of_file : string -> t
string ->
t