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 9660baf commit baf44b8Copy full SHA for baf44b8
src/Web/HTML/HTMLDocument.purs
@@ -38,7 +38,7 @@ import Web.Internal.FFI (unsafeReadProtoTagged)
38
39
foreign import data HTMLDocument :: Type
40
41
-fromDocument :: Node -> Maybe Document
+fromDocument :: Document -> Maybe HTMLDocument
42
fromDocument = unsafeReadProtoTagged "HTMLDocument"
43
44
fromNode :: Node -> Maybe HTMLDocument
0 commit comments