ocharles / virtual-dom

Haskell (GHCJS) bindings to the virtual-dom project
BSD 3-Clause "New" or "Revised" License
26 stars 6 forks source link

use eqReq for comparing JSStrings #5

Closed purefn closed 9 years ago

purefn commented 9 years ago

Fixes https://github.com/ocharles/virtual-dom/issues/4

purefn commented 9 years ago

Note that the Eq JSRef is not going to be kept because it is not reflexive. https://github.com/NixOS/nixpkgs/issues/7768#issuecomment-100764265

ocharles commented 9 years ago

Yea, I was under the impression that this instance would be going. Thanks for the pull request!