]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Added <Proc>-effect for function pmap in Async module 47/1347/1
authorjsimomaa <jani.simomaa@gmail.com>
Thu, 4 Jan 2018 07:19:15 +0000 (09:19 +0200)
committerjsimomaa <jani.simomaa@gmail.com>
Thu, 4 Jan 2018 07:19:15 +0000 (09:19 +0200)
refs #7703

Change-Id: I435c69382b0e7a242c393f8529fd6ca40b4a68ed

bundles/org.simantics.scl.runtime/scl/Async.scl

index 9ff397f19cdf2fec1a89dc2c933598d2c5678133..f4b3a92983eb38e8484f8d6e34b0e5c7b22f2d29 100644 (file)
@@ -1,3 +1,3 @@
 importJava "org.simantics.scl.runtime.utils.AsyncUtils" where
     runAsync :: (<Proc> a) -> <Proc> ()
-    pmap :: (a -> b) -> [a] -> [b]
+    pmap :: (a -> <Proc> b) -> [a] -> <Proc> [b]