so if `foo(a)` returns type `F`, `foo(a?)` returns...
# language-proposals
n
so if
foo(a)
returns type
F
,
foo(a?)
returns type
F?
.