| Safe Haskell | None |
|---|
GUIValue
Description
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.