initial framework added
[fp1415-soccerfun.git] / src / StdLibExt / StdIOExt.dcl
diff --git a/src/StdLibExt/StdIOExt.dcl b/src/StdLibExt/StdIOExt.dcl
new file mode 100644 (file)
index 0000000..18c3964
--- /dev/null
@@ -0,0 +1,12 @@
+definition module StdIOExt\r
+\r
+/**    Collection of functions that extend functionality of StdIO.\r
+*/\r
+\r
+import StdIO\r
+\r
+/** makeSound path ioSt\r
+               plays a sound file, located at path. If no such file is found, the function\r
+               aborts.\r
+*/\r
+makeSound :: !String -> (IOSt .ps) -> IOSt .ps\r