haskell-halogen-core
Safe HaskellNone
LanguageGHC2021

Web.DOM.Internal.Types

Documentation

newtype Node Source #

Constructors

Node (Foreign Node) 

newtype NodeList Source #

Constructors

NodeList (Foreign NodeList) 

newtype Element Source #

Constructors

Element (Foreign Element) 

newtype Document Source #

Constructors

Document (Foreign Document) 

newtype Window Source #

Constructors

Window (Foreign Window)