Ocamlary.RecollectionThis comment is for CollectionModule.
module 
      C
       : COLLECTION
      
     
    type collection
       = 
       
        
         C.element
         list
       
      
     
    This comment is for collection.
type element
       = 
       
        C.collection
       
      
     
    
      module 
       InnerModuleA
      
       : sig ... 
       end
      
     
    This comment is for InnerModuleA.
      module 
       type InnerModuleTypeA
      
       = 
       InnerModuleA.InnerModuleTypeA'
       
      
     
    This comment is for InnerModuleTypeA.