osc-1.0.0.2: src/Sound/OSC/Printer.hs
-----------------------------------------------------------------------------
--
-- Module : Sound.OSC.Printer
-- Copyright : (c) Gabriel Pickl
-- License : BSD3
--
-- Maintainer : Gabriel Pickl <peacemotion@gmail.com>
-- Stability : unstable
-- Portability :
--
-- |
--
-----------------------------------------------------------------------------
module Sound.OSC.Printer (
printOSC
) where
import Sound.OSC
import Data.ByteString (ByteString)
printOSC :: OSC -> ByteString
printOSC = undefined