Hacker News new | ask | show | jobs
by lyxsus 1422 days ago
Isn’t it similar to linear types in haskell?
1 comments

That's basically exactly the same idea, yes.

Haskell didn't invent linear types. Eg Clean had them for ages to do IO. (They didn't use Monads in Clean.)