Module Async_inotify.Event
val sexp_of_move : move -> Ppx_sexp_conv_lib.Sexp.t
type t
=
|
Created of string
|
Unlinked of string
|
Modified of string
|
Moved of move
|
Queue_overflow
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_string : t -> string