Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type Http_t = sig ... end
module type Audioscrobbler_t = sig ... end
module type Radio_t = sig ... end
module Audioscrobbler_generic (Http : Http_t) : Audioscrobbler_t
module Radio_generic (Http : Http_t) : Radio_t