Up

Module Event

Signature

type move =
| Away of string
| Into of string
| Move of string * string
type t =
| Created of string
| Unlinked of string
| Modified of string
| Moved of move
| Queue_overflow
val to_string : t -> string