X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=top%2Flst%2Fexample.icl;h=242b2a0b74a9487970ab04e98d797caaf9acbf59;hb=3044eec5a52dcd464ecfe502a521d09689f48f06;hp=4bdf9efecf4eaf132d9d96588d140d6149d4698d;hpb=c07f3ee029e0cf99b058de8b9f6ccfdab49ee983;p=phd-thesis.git diff --git a/top/lst/example.icl b/top/lst/example.icl index 4bdf9ef..242b2a0 100644 --- a/top/lst/example.icl +++ b/top/lst/example.icl @@ -44,7 +44,7 @@ tasks = withShared False \sh-> liftmTask (lightswitch sh) dev -|| updateSharedInformation [] sh <<@ Hint "Switch")/*\label{lst:example:ls2}*/ - , ("factorial", \dev-> + , ("remote computation", \dev-> updateInformation [] 5 <<@ Hint "Factorial of what?" >>? \i->liftmTask (factorial i) dev >>- \r->viewInformation [] r <<@ Hint "Result" @! ())