Module GSet

module GSet: sig .. end
This is a stripped down version of GSet that describes both Patricia and CompressedBitSet. The full version of GSet is in AlphaLib.

module type S = sig .. end