]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/modules/TypeClass.java
migrated to svn revision 33108
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / modules / TypeClass.java
index ef73ea6af1ec0745071c22c452bee333e1535866..49301b151d93e3fd7d54acc5adc7f1990d0a5beb 100755 (executable)
@@ -1,7 +1,5 @@
 package org.simantics.scl.compiler.elaboration.modules;\r
 \r
-import gnu.trove.map.hash.THashMap;\r
-\r
 import java.util.ArrayList;\r
 \r
 import org.cojen.classfile.TypeDesc;\r
@@ -16,6 +14,8 @@ import org.simantics.scl.compiler.types.Type;
 import org.simantics.scl.compiler.types.Types;\r
 import org.simantics.scl.compiler.types.kinds.Kinds;\r
 \r
+import gnu.trove.map.hash.THashMap;\r
+\r
 public class TypeClass extends TypeConstructor {\r
     public final TPred[] context;\r
     public final TCon name;\r