]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.runtime/scl/Prelude.scl
Minor updates to Document/All.scl and Prelude.scl
[simantics/platform.git] / bundles / org.simantics.scl.runtime / scl / Prelude.scl
index 2be6ed745e7a9edf90c5519d99291763c007b33c..d5d2788285d45a30c815a303be8937dd5f60ad68 100644 (file)
@@ -2288,16 +2288,6 @@ instance Show TypeRep where
         isSpecialType (TApply a _) = isSpecialType a
 */
 
-// ByteArray
-
-importJava "java.util.Arrays" where
-    @private
-    @JavaName toString
-    byteArrayToString :: ByteArray -> String
-
-instance Show ByteArray where
-    show = byteArrayToString
-
 // Type
 
 @private