module Event: sig .. end
sig
end
type move =
|
Away of string
string
Into of string
Move of string * string
string * string
type t =
Created of string
Unlinked of string
Modified of string
Moved of move
move
val to_string : t -> string
t -> string