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

Commit

Permalink
Doesn't do what it says on the tin
Browse files Browse the repository at this point in the history
  • Loading branch information
nwolverson committed Aug 18, 2015
1 parent c8ac2a3 commit d01c7cd
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 d01c7cd

Please sign in to comment.