module RandLabel:Random labels This module is useful when you want to create unique identifiers. It can be used in different ways depending upon your needs.sig..end
module type Unit =sig..end
MakeLabel and MakeLabeller
module Unit:Unit
module type Labeller =sig..end
module MakeLabeller: