data Maybe a = Just a | Nothing show :: (Foreign a,Show a) => a -> String show = ffi "Fay$$encodeShow(%1)" -- There is only Double in JS. fromInteger x = x fromRational x = x