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.
2 parents 9660baf + baf44b8 commit c42701fCopy full SHA for c42701f
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