package async_inotify

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type move =
  1. | Away of string
  2. | Into of string
  3. | Move of string * string
val sexp_of_move : move -> Ppx_sexp_conv_lib.Sexp.t
type t =
  1. | Created of string
  2. | Unlinked of string
  3. | Modified of string
  4. | Moved of move
  5. | Queue_overflow
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_string : t -> string