]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
(refs #7585) Added MList.set 61/1161/1
authorHannu Niemistö <hannu.niemisto@semantum.fi>
Mon, 30 Oct 2017 16:56:39 +0000 (18:56 +0200)
committerHannu Niemistö <hannu.niemisto@semantum.fi>
Mon, 30 Oct 2017 16:56:39 +0000 (18:56 +0200)
Change-Id: I05a1946d3dd00454a0f91ae34c807d53f5655a11

bundles/org.simantics.scl.runtime/scl/MList.scl

index 6cafe6bf4426b6091f8b28488008a451cface46b..fc4f941144a69950360b1895359f1d5a7a471a0e 100644 (file)
@@ -9,6 +9,7 @@ importJava "java.util.List" where
     size :: T a -> <Proc> Integer
     isEmpty :: T a -> <Proc> Boolean
     get :: T a -> Integer -> <Proc> a
+    set :: T a -> Integer -> a -> <Proc> Maybe a
     
     add :: T a -> a -> <Proc> ()
     addAll :: T a -> [a] -> <Proc> ()