module type S : sig ... end
module Simple : S
Simple provides a basic plugin implementation of S to be used as the foundation for a plugin that overrides only specific callbacks.
Simple
S