cml-bin-io-sig.sml
来自「这是我们参加06年全国开源软件的竞赛作品」· SML 代码 · 共 29 行
SML
29 行
(* cml-bin-io-sig.sml * * COPYRIGHT (c) 1995 AT&T Bell Laboratories. * COPYRIGHT (c) 1991 John H. Reppy. * * This extends the SMLBL BIN_IO interface with event-valued operations. *)signature CML_BIN_IO = sig include CML_IMPERATIVE_IO(* where type StreamIO.vector = Word8Vector.vector where type StreamIO.elem = Word8.word where type StreamIO.reader = BinPrimIO.reader where type StreamIO.writer = BinPrimIO.writer where type StreamIO.pos = BinPrimIO.pos = Position.int*) val openIn : string -> instream val openOut : string -> outstream val openAppend : string -> outstream end where type StreamIO.vector = Word8Vector.vector where type StreamIO.elem = Word8.word where type StreamIO.reader = BinPrimIO.reader where type StreamIO.writer = BinPrimIO.writer where type StreamIO.pos = BinPrimIO.pos
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?