X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Utils.icl;fp=Utils.icl;h=0000000000000000000000000000000000000000;hb=b3d2bd33a99a2dbdc4907b6876a965c16c37314c;hp=3a9be2c243ecb9fcde0c3d0460188d26179923c8;hpb=1beb80144b634f2accc18ab0b5a14ccf291bc6aa;p=mTask.git diff --git a/Utils.icl b/Utils.icl deleted file mode 100644 index 3a9be2c..0000000 --- a/Utils.icl +++ /dev/null @@ -1,8 +0,0 @@ -implementation module Utils - -import iTasks -import iTasks._Framework.Store -from Data.Func import $ - -memoryShare :: String a -> Shared a | iTask a -memoryShare s d = sdsFocus s $ memoryStore "" $ Just d