File: Osc.hs

package info (click to toggle)
haskell-hosc 0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 224 kB
  • sloc: haskell: 1,201; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
7
8
-- | Composite of "Sound.Osc.Core" and "Sound.Osc.Transport.Monad".
module Sound.Osc (module M) where

import Control.Monad.IO.Class as M (MonadIO, liftIO)
import Sound.Osc.Core as M
import Sound.Osc.Transport.Fd.Udp as M
import Sound.Osc.Transport.Fd.Tcp as M
import Sound.Osc.Transport.Monad as M