Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type WeightType = sig ... end
module IntWeight : WeightType with type t = int
module FloatWeight : WeightType with type t = float
module type U = sig ... end