I would like to write two programs that model how writePoem and readPoem https://learnxinyminutes.com/docs/standard-ml/ in Standard ML would behave. Therefore, I need effects for modeling writing and reading files that provide the interface that is used by Standard ML.
I would like to write two programs that model how
writePoemandreadPoemhttps://learnxinyminutes.com/docs/standard-ml/ in Standard ML would behave. Therefore, I need effects for modeling writing and reading files that provide the interface that is used by Standard ML.