HWebUI-0.1.0.0: Haskell User Interface Library

Safe HaskellNone

GUIValue

Description

GUIValue is an internal implementation module of HWebUI. HWebUI is providing FRP-based GUI functionality for Haskell by utilizing the Web-Browser. See module HWebUI for main documentation.

Synopsis

Documentation

data GUIValue

A GUI value is the content of a GUI element, a String, a Bool a Number or similar. Compound types are realised as lists of values. This data type is used in GUIMessage to encode different values in a common data type.

Instances