]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.runtime/scl/StandardLibrary.scl
Allow selection of modules to rename through checkboxes and Select All/Clear Selectio...
[simantics/platform.git] / bundles / org.simantics.scl.runtime / scl / StandardLibrary.scl
1 include "Prelude"
2 include "Random"
3 include "BigInteger"
4 include "ArrayList" as ArrayList
5 include "String" as String
6 include "Vector"
7 include "Debug" as Debug
8 include "Lazy" as Lazy
9 include "File" as File
10 include "Serialization" as Serialization
11 include "Set" as Set
12 //include "Map" as Map
13 include "MMap" as MMap
14 include "MSet" as MSet
15 include "MList" as MList
16 include "MMultiMap" as MMultiMap
17 include "Coercion"
18 include "Json2"
19
20 include "IterN" as Extra
21
22 include "SList" as SList
23 include "Arbitrary"
24 include "Lazy"
25
26 include "Java/Collection" as JC
27
28 import "Unification"