home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Environments
/
Clean 1.2.4
/
IOInterface
/
deltaIOSystem.icl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Modula Implementation
|
1997-04-23
|
322 b
|
12 lines
|
[
TEXT/3PRM
]
implementation module deltaIOSystem;
// DeviceDefinitions:
import timerDef, menuDef, windowDef, dialogDef;
:: IOSystem *s *io :== [DeviceSystem s io];
:: DeviceSystem *s *io = TimerSystem [TimerDef s io]
| MenuSystem [MenuDef s io]
| WindowSystem [WindowDef s io]
| DialogSystem [DialogDef s io];