so if `address_mapper` is actually a subtype of Ad...
# development
w
so if
address_mapper
is actually a subtype of AddressMapper (let's say MyExtendedAddressMapper), if we just did
SelectLiteral(address_mapper, type(address_mapper))
, tasks that declared a dependency on exactly an AddressMapper wouldn't find it