jsaddle-0.9.4.0: Interface for JavaScript that works with GHCJS and GHC

Safe HaskellNone
LanguageHaskell2010

GHCJS.Prim.Internal

Synopsis

Documentation

newtype JSVal Source #

Constructors

JSVal (IORef JSValueRef) 

Instances

NFData JSVal Source # 

Methods

rnf :: JSVal -> () #

data WouldBlockException Source #

If a synchronous thread tries to do something that can only be done asynchronously, and the thread is set up to not continue asynchronously, it receives this exception.

Constructors

WouldBlockException