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

Safe HaskellNone
LanguageHaskell2010

GHCJS.Foreign

Description

 

Documentation

data JSType Source #

Constructors

Undefined 
Object 
Boolean 
Number 
String 
Symbol 
Function 
Other

implementation dependent

Instances
Enum JSType Source # 
Instance details

Defined in GHCJS.Foreign.Internal

Eq JSType Source # 
Instance details

Defined in GHCJS.Foreign.Internal

Methods

(==) :: JSType -> JSType -> Bool #

(/=) :: JSType -> JSType -> Bool #

Ord JSType Source # 
Instance details

Defined in GHCJS.Foreign.Internal

Show JSType Source # 
Instance details

Defined in GHCJS.Foreign.Internal