File: Fd.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 (7 lines) | stat: -rw-r--r-- 243 bytes parent folder | download
1
2
3
4
5
6
7
-- | Composite of "Sound.Osc.Core" and "Sound.Osc.Transport.Fd".
module Sound.Osc.Fd (module M) where

import Sound.Osc.Core as M
import Sound.Osc.Transport.Fd as M
import Sound.Osc.Transport.Fd.Udp as M
import Sound.Osc.Transport.Fd.Tcp as M