repositories
/
mTask.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2df77c
)
small typo
author
Mart Lubbers
<mart@martlubbers.net>
Fri, 12 May 2017 09:48:49 +0000
(11:48 +0200)
committer
Mart Lubbers
<mart@martlubbers.net>
Fri, 12 May 2017 09:48:49 +0000
(11:48 +0200)
mTaskInterpret.icl
patch
|
blob
|
history
diff --git
a/mTaskInterpret.icl
b/mTaskInterpret.icl
index
c81476a
..
5e17aeb
100644
(file)
--- a/
mTaskInterpret.icl
+++ b/
mTaskInterpret.icl
@@
-283,7
+283,7
@@
instance userLed ByteCode where
ledOff (BC l) = BC $ l >>| tell [BCLedOff]
instance retrn ByteCode where
- retrn (BC l) =
BC $ tell
[BCReturn]
+ retrn (BC l) =
tell`
[BCReturn]
instance zero BCState where
zero = {freshl=[1..], freshs=[1..], sdss=[]}