HWebUI-0.1.0.0: Haskell User Interface Library

Safe HaskellNone

GUISignal

Description

GUISignal 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 GUISignal

A GUI Signal is either an event coming from the GUI element upon user interaction or a command, send to the element

Instances