Module

WebIDL

Package
purescript-webidl
Repository
paf31/purescript-webidl

A basic wrapper for the webidl2 library, and some ADT sugar on top.

#Node Source

data Node

A node represented as a PureScript data type.

Constructors

Instances

#Member Source

data Member

Constructors

Instances

#Type Source

data Type

Constructors

Instances

#Argument Source

newtype Argument

Constructors

Instances

#parse Source

parse :: String -> Either (Either Error (NonEmptyList ForeignError)) (Array Node)

Parse a WebIDL string.

#readType Source

#readNode Source

Modules
WebIDL