blob: dc1d17bdb1b4c85d8f1b1946faf1a04bb8b12002 (
plain) (
tree)
|
|
// this is for Windows
implementation module CoclSystemDependent
PathSeparator
:== ';'
DirectorySeparator
:== '\\'
SystemDependentDevices :: [a]
SystemDependentDevices
= []
SystemDependentInitialIO :: [a]
SystemDependentInitialIO
= []
|