]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graphviz/scl/Visualization/Graphviz/AbstractTypes.scl
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graphviz / scl / Visualization / Graphviz / AbstractTypes.scl
index 5eb071a654c9f0d65fc47a8aa63518bc0733947f..72acfcf5105074a9a6eb2b2de22fb9e12b503ee4 100644 (file)
@@ -1,10 +1,10 @@
-\r
-importJava "org.simantics.graphviz.IGraph" where\r
-    data IGraph\r
-importJava "org.simantics.graphviz.Identifiable" where\r
-    data Identifiable\r
-    \r
-class Identifiable a where\r
-    identifiable :: a -> Identifiable\r
-class IGraph a where\r
+
+importJava "org.simantics.graphviz.IGraph" where
+    data IGraph
+importJava "org.simantics.graphviz.Identifiable" where
+    data Identifiable
+    
+class Identifiable a where
+    identifiable :: a -> Identifiable
+class IGraph a where
     iGraph :: a -> IGraph
\ No newline at end of file