X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=mTaskCode.dcl;h=91c70382e6b231b1a7fa56a4886ce91264a755ad;hb=7ab8606c3d22a2bc2743eae7a398407c84d502f2;hp=068de004cc20d0fa3f3253e8ee249679e2afb75f;hpb=34dfa724f02cd36ff31057ab71ba53ad57fabcb5;p=mTask.git diff --git a/mTaskCode.dcl b/mTaskCode.dcl index 068de00..91c7038 100644 --- a/mTaskCode.dcl +++ b/mTaskCode.dcl @@ -14,6 +14,7 @@ instance toCode Char instance toCode String instance toCode DigitalPin instance toCode AnalogPin +instance toCode UserLED argType :: (((Code a p)->Code b q)->In ((Code a p)->Code b q) (Code c s)) -> a | type a @@ -98,7 +99,7 @@ instance noOp Code , iloop :: Int , includes :: [String] , def :: Def - , mode :: Mode + , mode` :: Mode , binds :: [String] }