Open aspiwack opened 5 years ago
In this interface
openFile :: FilePath -> IOL (Handle h .<= Open h)
close :: Open h =>. Handle h -> IOL ()
readLine :: Open h =>. Handle h -> IOL (String .<= Open h)
I'm guessing that a fresh h
should be provided every time openFile
is used. These types don't ensure that so far.