sig
  type t =
      File_replaced
    | File_shrank
    | Read_failed of exn
    | Stat_failed of exn
  val to_string_hum : File_tail.Error.t -> string
  val sexp_of_t : File_tail.Error.t -> Sexplib.Sexp.t
end