added gracefull shutdown
[mTask.git] / Tasks / Examples.dcl
index 414fd68..57f0c85 100644 (file)
@@ -3,8 +3,11 @@ definition module Tasks.Examples
 from Data.Map import :: Map
 import mTask
 
+faculty :: Int -> Main (ByteCode () Stmt)
+countTo5 :: Main (ByteCode () Stmt)
 countAndLed :: Main (ByteCode () Stmt)
 blink :: UserLED -> Main (ByteCode () Stmt)
+count :: Main (ByteCode () Stmt)
 blinkShare :: Main (ByteCode () Stmt)
 ledtOn :: UserLED -> Main (ByteCode () Stmt)
 ledtOff :: UserLED -> Main (ByteCode () Stmt)