Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SML のファイルから文字を読み取る必要があります。整数を読み取るための次のコードがあります。
fun readInt input = Option.valOf (TextIO.scanStream (Int.scan StringCvt.DEC) input)
文字に相当するものはありますか?あるのを見たことがありますがChar.scan、それをどのように使用するかについてはよくわかりません。事前にサンクス!!
Char.scan
のようなものはどうですかOption.valOf (TextIO.input1 input)
Option.valOf (TextIO.input1 input)