X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=mTaskInterpret.dcl;fp=mTaskInterpret.dcl;h=7ddff193c068c1f3082fdc3f267201c5c7cb4d32;hb=bfbcdc683846195fbe720f4b3c38f3b0604c8f22;hp=2e9e5b8ae20bdb9b81e7eb8f36cf3cb04eb45d62;hpb=250d747b6096a2cfe4b2e7c3a63bb5caa3a45181;p=mTask.git diff --git a/mTaskInterpret.dcl b/mTaskInterpret.dcl index 2e9e5b8..7ddff19 100644 --- a/mTaskInterpret.dcl +++ b/mTaskInterpret.dcl @@ -23,8 +23,8 @@ from Generics.gCons import class gCons, generic conses, generic consName, generi :: MTaskMSGSend = MTTask MTaskInterval String | MTTaskDel Int - | MTSds Int String - | MTUpd Int String + | MTSds Int BCValue + | MTUpd Int BCValue | MTSpec :: MTaskInterval @@ -151,7 +151,6 @@ instance seq ByteCode instance serial ByteCode toMessages :: MTaskInterval (Main (ByteCode a b)) BCState -> ([MTaskMSGSend], BCState) -toSDSUpdate :: Int Int -> [MTaskMSGSend] toByteVal :: BC -> String toReadableByteCode :: (ByteCode a b) BCState -> (String, BCState)