ghcjs-base-0.2.0.0: base library for GHCJS

Safe HaskellNone
LanguageHaskell98

JavaScript.Cast

Documentation

class Cast a where Source #

Minimal complete definition

unsafeWrap, instanceRef

cast :: forall a. Cast a => JSVal -> Maybe a Source #