X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=mTaskCode.dcl;h=068de004cc20d0fa3f3253e8ee249679e2afb75f;hb=34dfa724f02cd36ff31057ab71ba53ad57fabcb5;hp=8e5f0f58ab6e8088a29b2a82f31fb7ea0c53ff23;hpb=e25fda18ca554ec3fe937152403872b916367ddb;p=mTask.git diff --git a/mTaskCode.dcl b/mTaskCode.dcl index 8e5f0f5..068de00 100644 --- a/mTaskCode.dcl +++ b/mTaskCode.dcl @@ -2,12 +2,11 @@ definition module mTaskCode import mTask +class toCode a :: a -> String instance toCode Pin instance toCode MTask instance toCode () instance toCode Long - -class toCode a :: a -> String instance toCode Bool instance toCode Int instance toCode Real