You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to write two programs that model how writePoem and readPoemhttps://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.
The text was updated successfully, but these errors were encountered:
I would like to write two programs that model how
writePoem
andreadPoem
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.The text was updated successfully, but these errors were encountered: