FromJSVal Bool Source # | |
Instance details |
FromJSVal Double Source # | |
Instance details |
FromJSVal Float Source # | |
Instance details |
FromJSVal Int Source # | |
Instance details |
FromJSVal Int8 Source # | |
Instance details |
FromJSVal Int16 Source # | |
Instance details |
FromJSVal Int32 Source # | |
Instance details |
FromJSVal Word Source # | |
Instance details |
FromJSVal Word8 Source # | |
Instance details |
FromJSVal Word16 Source # | |
Instance details |
FromJSVal Word32 Source # | |
Instance details |
FromJSVal () Source # | |
Instance details |
FromJSVal Value Source # | |
Instance details |
FromJSVal JSVal Source # | |
Instance details |
(FromJSVal a, FromJSVal b) => FromJSVal (a, b) Source # | |
Instance details |
(ToJSVal a, ToJSVal b) => ToJSVal (a, b) Source # | |
Instance details |
(FromJSVal a, FromJSVal b, FromJSVal c) => FromJSVal (a, b, c) Source # | |
Instance details |
(ToJSVal a, ToJSVal b, ToJSVal c) => ToJSVal (a, b, c) Source # | |
Instance details |
(FromJSVal a, FromJSVal b, FromJSVal c, FromJSVal d) => FromJSVal (a, b, c, d) Source # | |
Instance details Methods fromJSVal :: JSVal -> JSM (Maybe (a, b, c, d)) Source # fromJSValUnchecked :: JSVal -> JSM (a, b, c, d) Source # fromJSValListOf :: JSVal -> JSM (Maybe [(a, b, c, d)]) Source # fromJSValUncheckedListOf :: JSVal -> JSM [(a, b, c, d)] Source # |
(ToJSVal a, ToJSVal b, ToJSVal c, ToJSVal d) => ToJSVal (a, b, c, d) Source # | |
Instance details |
(FromJSVal a, FromJSVal b, FromJSVal c, FromJSVal d, FromJSVal e) => FromJSVal (a, b, c, d, e) Source # | |
Instance details Methods fromJSVal :: JSVal -> JSM (Maybe (a, b, c, d, e)) Source # fromJSValUnchecked :: JSVal -> JSM (a, b, c, d, e) Source # fromJSValListOf :: JSVal -> JSM (Maybe [(a, b, c, d, e)]) Source # fromJSValUncheckedListOf :: JSVal -> JSM [(a, b, c, d, e)] Source # |
(ToJSVal a, ToJSVal b, ToJSVal c, ToJSVal d, ToJSVal e) => ToJSVal (a, b, c, d, e) Source # | |
Instance details |
(FromJSVal a, FromJSVal b, FromJSVal c, FromJSVal d, FromJSVal e, FromJSVal f) => FromJSVal (a, b, c, d, e, f) Source # | |
Instance details Methods fromJSVal :: JSVal -> JSM (Maybe (a, b, c, d, e, f)) Source # fromJSValUnchecked :: JSVal -> JSM (a, b, c, d, e, f) Source # fromJSValListOf :: JSVal -> JSM (Maybe [(a, b, c, d, e, f)]) Source # fromJSValUncheckedListOf :: JSVal -> JSM [(a, b, c, d, e, f)] Source # |
(ToJSVal a, ToJSVal b, ToJSVal c, ToJSVal d, ToJSVal e, ToJSVal f) => ToJSVal (a, b, c, d, e, f) Source # | |
Instance details Methods toJSVal :: (a, b, c, d, e, f) -> JSM JSVal Source # toJSValListOf :: [(a, b, c, d, e, f)] -> JSM JSVal Source # |
(FromJSVal a, FromJSVal b, FromJSVal c, FromJSVal d, FromJSVal e, FromJSVal f, FromJSVal g) => FromJSVal (a, b, c, d, e, f, g) Source # | |
Instance details Methods fromJSVal :: JSVal -> JSM (Maybe (a, b, c, d, e, f, g)) Source # fromJSValUnchecked :: JSVal -> JSM (a, b, c, d, e, f, g) Source # fromJSValListOf :: JSVal -> JSM (Maybe [(a, b, c, d, e, f, g)]) Source # fromJSValUncheckedListOf :: JSVal -> JSM [(a, b, c, d, e, f, g)] Source # |
(ToJSVal a, ToJSVal b, ToJSVal c, ToJSVal d, ToJSVal e, ToJSVal f, ToJSVal g) => ToJSVal (a, b, c, d, e, f, g) Source # | |
Instance details Methods toJSVal :: (a, b, c, d, e, f, g) -> JSM JSVal Source # toJSValListOf :: [(a, b, c, d, e, f, g)] -> JSM JSVal Source # |
(FromJSVal a, FromJSVal b, FromJSVal c, FromJSVal d, FromJSVal e, FromJSVal f, FromJSVal g, FromJSVal h) => FromJSVal (a, b, c, d, e, f, g, h) Source # | |
Instance details Methods fromJSVal :: JSVal -> JSM (Maybe (a, b, c, d, e, f, g, h)) Source # fromJSValUnchecked :: JSVal -> JSM (a, b, c, d, e, f, g, h) Source # fromJSValListOf :: JSVal -> JSM (Maybe [(a, b, c, d, e, f, g, h)]) Source # fromJSValUncheckedListOf :: JSVal -> JSM [(a, b, c, d, e, f, g, h)] Source # |