Open kevinbarabash opened 7 months ago
The following code type checks but it shouldn't:
fn snd<A, B>(x: A, y: B) -> B { return "hello"; }
The following code type checks but it shouldn't: