ghcjs-base-0.2.0.0: base library for GHCJS

Safe HaskellNone
LanguageHaskell98

GHCJS.Marshal

Documentation

class FromJSVal a where Source

Minimal complete definition

Nothing

class ToJSVal a where Source

Minimal complete definition

Nothing

Methods

toJSVal :: a -> IO JSVal Source

toJSValListOf :: [a] -> IO JSVal Source