Module

WebIDL

Package
purescript-webidl
Repository
paf31/purescript-webidl

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

#Type Source

data Type

Constructors

Instances

#readType Source

#Argument Source

newtype Argument

Constructors

Instances

#Member Source

data Member

Constructors

Instances

#Node Source

data Node

A node represented as a PureScript data type.

Constructors

Instances

#readNode Source

#parse Source

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

Parse a WebIDL string.

Modules
WebIDL