]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Remove useless ReadGraph effect from addSubscription 42/2742/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Fri, 1 Mar 2019 12:07:42 +0000 (14:07 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Fri, 1 Mar 2019 12:07:42 +0000 (14:07 +0200)
gitlab #266

Change-Id: Ie8584836020e61d70f8917788c207f894ec3aa4d

bundles/org.simantics.modeling/scl/Simantics/Subscription.scl

index 01bc3f0580a4f366d8a85b00cdb5a322507831f5..2672067c4a8833fa4725f4abc2fc20a48200dff7 100644 (file)
@@ -163,7 +163,7 @@ Example: create a subscription of module PO01 attribute PO11_PRESSURE to the def
     #430121
 
 """
-addSubscription :: Variable -> <WriteGraph,ReadGraph> Subscription
+addSubscription :: Variable -> <WriteGraph> Subscription
 addSubscription variable = do
     model = modelOfVariable variable
     default = defaultSubscriptionFolder model