FromJSVal Bool Source # | |
|
FromJSVal Double Source # | |
|
FromJSVal Float Source # | |
|
FromJSVal Int Source # | |
|
FromJSVal Int8 Source # | |
|
FromJSVal Int16 Source # | |
|
FromJSVal Int32 Source # | |
|
FromJSVal Word Source # | |
|
FromJSVal Word8 Source # | |
|
FromJSVal Word16 Source # | |
|
FromJSVal Word32 Source # | |
|
FromJSVal () Source # | |
|
FromJSVal Value Source # | |
|
FromJSVal JSVal Source # | |
|
(FromJSVal a, FromJSVal b) => FromJSVal (a, b) Source # | |
|
(ToJSVal a, ToJSVal b) => ToJSVal (a, b) Source # | |
|
(FromJSVal a, FromJSVal b, FromJSVal c) => FromJSVal (a, b, c) Source # | |
|
(ToJSVal a, ToJSVal b, ToJSVal c) => ToJSVal (a, b, c) Source # | |
|
(FromJSVal a, FromJSVal b, FromJSVal c, FromJSVal d) => FromJSVal (a, b, c, d) Source # | |
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 # | |
|
(FromJSVal a, FromJSVal b, FromJSVal c, FromJSVal d, FromJSVal e) => FromJSVal (a, b, c, d, e) Source # | |
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 # | |
|
(FromJSVal a, FromJSVal b, FromJSVal c, FromJSVal d, FromJSVal e, FromJSVal f) => FromJSVal (a, b, c, d, e, f) Source # | |
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 # | |
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 # | |
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 # | |
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 # | |
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 # |