Hacker News new | ask | show | jobs
by tupshin 458 days ago
Linear typed are "use exactly once". In this case you consume "file" when you pass it into writeString and then it is (compile time) unavailable to be used with g, afterwards.