Numeric.Units.Dimensional.Dimensions.TypeLevel
data Dimension
type family (a :: Dimension) * (b :: Dimension) where ...
type family (a :: Dimension) / (d :: Dimension) where ...
type family (d :: Dimension) ^ (x :: TypeInt) where ...
type Recip d
type family Root (d :: Dimension) (x :: TypeInt) where ...
type DOne
type DLength
type DMass
type DTime
type DElectricCurrent
type DThermodynamicTemperature
type DAmountOfSubstance
type DLuminousIntensity
type KnownDimension d