Skip to content
This repository was archived by the owner on Dec 18, 2020. It is now read-only.

Commit ee75625

Browse files
committed
Remove questionable typeof
As per discussion here: 680106a and it seems to be unused. If we need to re-add it, then perhaps we can do so in an improved form somehow.
1 parent 2d83dfa commit ee75625

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Global.purs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,3 @@ foreign import encodeURI :: String -> String
4343
foreign import decodeURI :: String -> String
4444

4545
foreign import isNaN :: Number -> Boolean
46-
47-
foreign import typeof'
48-
"function typeof$prime(x) {\
49-
\ return {}.toString.call(x).slice(8, -1);\
50-
\}" :: forall a. a -> String

0 commit comments

Comments
 (0)