ghcjs-base-0.2.0.0: base library for GHCJS

Safe HaskellNone
LanguageHaskell98

JavaScript.Cast

Documentation

class Cast a where Source

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