`int` ducktypes to `float`, whacky alert!, add a `Float` type that doesn't ducktype. ```py def foo(f: Float): ... foo(1) # invalid ```