From d65c521432930a15629ee2bedd8cafd6673b2e9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hannu=20Niemist=C3=B6?= Date: Mon, 30 Oct 2017 18:56:39 +0200 Subject: [PATCH] (refs #7585) Added MList.set Change-Id: I05a1946d3dd00454a0f91ae34c807d53f5655a11 --- bundles/org.simantics.scl.runtime/scl/MList.scl | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/org.simantics.scl.runtime/scl/MList.scl b/bundles/org.simantics.scl.runtime/scl/MList.scl index 6cafe6bf4..fc4f94114 100644 --- a/bundles/org.simantics.scl.runtime/scl/MList.scl +++ b/bundles/org.simantics.scl.runtime/scl/MList.scl @@ -9,6 +9,7 @@ importJava "java.util.List" where size :: T a -> Integer isEmpty :: T a -> Boolean get :: T a -> Integer -> a + set :: T a -> Integer -> a -> Maybe a add :: T a -> a -> () addAll :: T a -> [a] -> () -- 2.43.2