Closed samuelgiles closed 4 years ago
This PR adds support for T.cast; the message signature on the TypeError raised for inline type checking on T.cast usage is identical to T.let.
TypeError
T.cast
T.let
LGTM
This PR adds support for T.cast; the message signature on the
TypeError
raised for inline type checking onT.cast
usage is identical toT.let
.