module Update:sig
..end
type
t =
| |
Data of |
(* | Warnings do not close the stream and whatever is reading can keep on doing so.
The string is the file name. | *) |
| |
Warning of |
(* | Errors cause the stream to be closed. The string is the file name. | *) |
| |
Error of |
val to_string_hum : t -> string
val sexp_of_t : t -> Sexplib.Sexp.t