X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=methods.top.tex;h=e29f16db75380ce4c64697ccc7080245814f75fb;hb=e7aa975e1af0007783d9a100ca83ddd5c25d284b;hp=6d47dfc9206cc2eb9c45ae14a41f24f00e43a62c;hpb=435b0d98d22a47530f50ff82f2451e70ce2bed96;p=msc-thesis1617.git diff --git a/methods.top.tex b/methods.top.tex index 6d47dfc..e29f16d 100644 --- a/methods.top.tex +++ b/methods.top.tex @@ -118,7 +118,7 @@ Listing~\ref{lst:combinators}. (-&&-) infixr 4 :: (Task a) (Task b) -> Task (a,b) | iTask a & iTask b \end{lstlisting} -\section{\acrlongpl{SDS}} +\section{Shared Data Sources} \Glspl{SDS} are an abstraction over resources that are available in the world or in the \gls{iTasks} system. The shared data can be a file on disk, it can be the time, a random integer or just some data stored in memory. The actual