]> gitweb @ CieloNegro.org - EsounD.git/blobdiff - examples/EsdPlayerExample.hs
Writable class
[EsounD.git] / examples / EsdPlayerExample.hs
index 7de9ba9aa20be036be6c799e8a827d45c1e453a5..1d3ec4f311836b4703ceb2d3a458701446f1b943 100644 (file)
@@ -1,9 +1,14 @@
+{-# LANGUAGE
+    UnicodeSyntax
+  #-}
 module Main where
 import Control.Monad.Trans.Region
 import Sound.EsounD.Player 
 
 main ∷ IO ()
+main = return ()
+{-
 main = runRegionT $
        do pl ← openPlayer 44100 "localhost" Nothing 
           fail "FIXME"
-
+-}