|
|
|
|
|
by tubthumper8
596 days ago
|
|
I don't think this is right, for two reasons: 1. As a nit-pick "unconstrained object" is not best modeled by `unknown` because that includes non-objects as well, there's better types to use for that 2. Someone asking you for any unconstrained data would also be `unknown` `any` is not a type at all, it is an annotation to disable the type system |
|
"This box contains an unknown item" and "I'll accept any item" both sound natural, while "this box contains any item" and "I'll accept an unknown item" both sound weird (to me, anyway).