TypeLevel.NaturalNumber.Operations
Documentation
The Plus
type family provides a function that adds two
type-level natural numbers. This function is implemented by
induction on the first argument --- a fact that one should be aware
of when using it in function signatures.