7 ms·
As a fan of the Curry-Howard correspondence, I approve of this decision.
by munchler 5d ago
As a fan of the Curry-Howard correspondence, I approve of this decision.
- SabrinaJewson 5d agoYou’re going to hate when you learn that the never type is inhabited
- kibwen 5d agoI'm unclear what this is implying, but in Rust the never type is uninhabited. https://doc.rust-lang.org/reference/items/enumerations.html#r-items.enum.empty.uninhabited https://doc.rust-lang.org/reference/items/enumerations.html#...
- SabrinaJewson 4d agoIn Rust, `loop {}` is an expression of type `!`, which means that from a type-theoretic perspective it is inhabited. This means that the Curry–Howard correspondence fails for Rust.
- ratmice 5d agoPerhaps it refers to PhantomData<!> but I don't know