Uniform.hs 343 B

12345678
  1. -- |
  2. -- Uniform-IO provides a typeclass for uniform access of different types of targets,
  3. -- and implementations for abstracting standard streams, files and network connections.
  4. -- This module also provides TLS wraping over other IO targets.
  5. module System.IO.Uniform (module System.IO.Uniform.Targets) where
  6. import System.IO.Uniform.Targets