module Dynamic:Module to use for accessing parameters of plug-ins. Assume that the plug-in is already loaded.sig
..end
module type Common =sig
..end
module Bool:sig
..end
module Int:sig
..end
module String:Common
with type t = string
module StringSet:sig
..end