Module Reins.Lists


module Lists: sig .. end


The signature that all lists must minimally conform to.
module type ListSig = sig .. end