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

Data.JSString.toTitle crashes #62

Closed cdsmith closed 7 years ago

cdsmith commented 8 years ago

Message is: ReferenceError: h$u_towtitle is not defined

cdsmith commented 8 years ago

Seems to be caused by Data.Char.toTitle crashing. So it's most likely a bug in some lower level, really, but I don't know where.

hamishmack commented 7 years ago

Missing shim that needs to be added here https://github.com/ghcjs/shims/blob/0a6234261b4b13103ad8be898b93705bcf5dc3ae/src/string.js#L53