X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=mTaskInterpret.dcl;h=92f668387877f9bae51ef3a36494fd379c720aec;hb=7ab8606c3d22a2bc2743eae7a398407c84d502f2;hp=a6b7b61209640db83a772520c6b95aa2f335724a;hpb=da0d3362b957a1b9e0ef7eefb023d5817ec10ac6;p=mTask.git diff --git a/mTaskInterpret.dcl b/mTaskInterpret.dcl index a6b7b61..92f6683 100644 --- a/mTaskInterpret.dcl +++ b/mTaskInterpret.dcl @@ -119,11 +119,10 @@ class fromByteCode a :: String -> a class mTaskType a | toByteCode, fromByteCode, iTask, TC a instance toByteCode Int, Bool, Char, Long, String, Button, UserLED, BCValue -instance fromByteCode Int, Bool, Char, Long, String, Button, UserLED +instance fromByteCode Int, Bool, Char, Long, String, Button, UserLED, BCValue instance toByteCode MTaskInterval instance fromByteCode MTaskInterval -instance toChar Pin instance arith ByteCode instance boolExpr ByteCode instance analogIO ByteCode