type move
=
|
Away of string
Into of string
Move of string * string
include sig ... end
val sexp_of_move : move ‑> Base.Sexp.t
type t
Created of string
Unlinked of string
Modified of string
Moved of move
Queue_overflow
val sexp_of_t : t ‑> Base.Sexp.t
val to_string : t ‑> string