| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GHCJS.Marshal.Pure
Contents
Documentation
class PFromJSVal a where #
Minimal complete definition
Methods
pFromJSVal :: JSVal -> a #
Instances
Minimal complete definition
Instances
| PToJSVal Bool # | |
Defined in GHCJS.Marshal.Pure | |
| PToJSVal Char # | |
Defined in GHCJS.Marshal.Pure | |
| PToJSVal Double # | |
Defined in GHCJS.Marshal.Pure | |
| PToJSVal Float # | |
Defined in GHCJS.Marshal.Pure | |
| PToJSVal Int # | |
Defined in GHCJS.Marshal.Pure | |
| PToJSVal Int8 # | |
Defined in GHCJS.Marshal.Pure | |
| PToJSVal Int16 # | |
Defined in GHCJS.Marshal.Pure | |
| PToJSVal Int32 # | |
Defined in GHCJS.Marshal.Pure | |
| PToJSVal Word # | |
Defined in GHCJS.Marshal.Pure | |
| PToJSVal Word8 # | |
Defined in GHCJS.Marshal.Pure | |
| PToJSVal Word16 # | |
Defined in GHCJS.Marshal.Pure | |
| PToJSVal Word32 # | |
Defined in GHCJS.Marshal.Pure | |
| PToJSVal Text # | |
Defined in GHCJS.Marshal.Pure | |
| PToJSVal JSVal # | |
Defined in GHCJS.Marshal.Pure | |
| PToJSVal JSString # | |
Defined in GHCJS.Marshal.Pure | |
| PToJSVal [Char] # | |
Defined in GHCJS.Marshal.Pure | |
| PToJSVal a => PToJSVal (Maybe a) # | |
Defined in GHCJS.Marshal.Pure | |