Function types are like exponentiation for cardinality¶
The cardinality of a function
type is the second argument to the power of the first.
f:a→b
|f|=|b||a|
g:Boolean→Boolean
|g|=|Boolean||Boolean|=4
The cardinality of a function
type is the second argument to the power of the first.