Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #11 from nwolverson/element-coerce
Browse files Browse the repository at this point in the history
Doesn't do what it says on the tin
  • Loading branch information
garyb committed Aug 18, 2015
2 parents c8ac2a3 + d01c7cd commit 494a5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DOM/HTML/Types.purs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ foreign import data HTMLElement :: *
htmlElementToElement :: HTMLElement -> Element
htmlElementToElement = U.unsafeCoerce

htmlElementToParentNode :: Element -> ParentNode
htmlElementToParentNode :: HTMLElement -> ParentNode
htmlElementToParentNode = U.unsafeCoerce

htmlElementToNonDocumentTypeChildNode :: Element -> NonDocumentTypeChildNode
htmlElementToNonDocumentTypeChildNode :: HTMLElement -> NonDocumentTypeChildNode
htmlElementToNonDocumentTypeChildNode = U.unsafeCoerce

htmlElementToNode :: HTMLElement -> Node
Expand Down

0 comments on commit 494a5c9

Please sign in to comment.