Previously InnerStorage was a type alias to a tuple as tuples of size 2
already have an instance of AsEmpty. This patch implements an instance
for the new InnerStorage type through the nearly function, using
defaultInnerStorage as the empty value and innerStorageNull as the
null condition.
Previously InnerStorage was a type alias to a tuple as tuples of size 2 already have an instance of AsEmpty. This patch implements an instance for the new InnerStorage type through the
nearly
function, usingdefaultInnerStorage
as the empty value andinnerStorageNull
as the null condition.