⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cml-bin-io-sig.sml

📁 这是我们参加06年全国开源软件的竞赛作品
💻 SML
字号:
(* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -