Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Selector : sig ... end
val sexp_of_move : move -> Sexplib0.Sexp.t
type t =
| Created of string
| Unlinked of string
| Modified of string
| Moved of move
Queue overflow means that you are not consuming events fast enough and just lost some of them. This means that some changes to files you want might go unnoticed
*)| Queue_overflow
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_string : t -> string