We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88d617 commit 87522f9Copy full SHA for 87522f9
src/Data/ArrayBuffer.purs
@@ -10,7 +10,10 @@ type ByteLength = Number
10
instance showArrayBuffer :: Show ArrayBuffer where
11
show = showImpl
12
13
-foreign import showImpl "var showImpl = require('util').inspect;" :: ArrayBuffer -> String
+foreign import showImpl
14
+"""
15
+var showImpl = require('util').inspect;
16
+""" :: ArrayBuffer -> String
17
18
foreign import create
19
"""
0 commit comments