Skip to content

Commit af69794

Browse files
committed
fix type of listProps foreign import
1 parent 418691c commit af69794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript/Object/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ foreign import javascript unsafe "$1 instanceof $2"
8888
foreign import javascript unsafe "h$allProps"
8989
js_allProps :: Object -> IO JSArray
9090
foreign import javascript unsafe "h$listProps"
91-
js_listProps :: Object -> Exts.Any -- [JSString]
91+
js_listProps :: Object -> IO Exts.Any -- [JSString]

0 commit comments

Comments
 (0)