X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Tasks%2FExamples.dcl;h=bf962cd2d170a11aa29d1b681216a51f198ed79a;hb=de76c5f5ac6a0c4291b51d5b2c16e3611b5c99e3;hp=414fd6858096019175f865f1dd905ee0618e61ad;hpb=639cdcf1c26177c87237bd5790e89184f531731d;p=mTask.git diff --git a/Tasks/Examples.dcl b/Tasks/Examples.dcl index 414fd68..bf962cd 100644 --- a/Tasks/Examples.dcl +++ b/Tasks/Examples.dcl @@ -5,6 +5,7 @@ import mTask 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)