module type Actor = sig .. end
sig
end
val name : string
string
val kind : State.kind
State.kind
val dependencies : State.t list
State.t list