jsaddle-0.9.8.0: Interface for JavaScript that works with GHCJS and GHC
Safe HaskellNone
LanguageHaskell2010

GHCJS.Foreign.Internal

Description

 

Documentation

data JSType Source #

Constructors

Undefined 
Object 
Boolean 
Number 
String 
Symbol 
Function 
Other

implementation dependent

Instances

Instances details
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