module Stable_containers:sig
..end
1. We guarantee their serializations independent of the implementation of those modules
2. Given 1. it is cleaner (and still okay) to separate the code into a separate file
module Set:sig
..end
module Hashtbl:sig
..end
module Hash_set:sig
..end
module Map:sig
..end