If we were to create a Rust version of this page for Haskell, what cool programming techniques would you add to it?

  • @[email protected]
    link
    fedilink
    English
    29 hours ago

    What if I specify the wrong type? let retrieved = storage.get::<SomeOtherType>();?

    Is it a runtime error or a compile time error?