ghcjs / ghcjs-base

base library for GHCJS for JavaScript interaction and marshalling, used by higher level libraries like JSC
MIT License
45 stars 67 forks source link

Fix unsnoc definition in Data.JSString #106

Closed matthewbauer closed 6 years ago

matthewbauer commented 6 years ago

The order needs to be flipped from uncons: http://hackage.haskell.org/package/text-1.2.3.0/docs/Data-Text.html#v:unsnoc.