threepenny-editors-0.2.0.15: src/Graphics/UI/Threepenny/Editors.hs
module Graphics.UI.Threepenny.Editors
( -- * Editors
Editor(..)
, edited
, contents
, EditorFactory
, createEditor
, Editable(..)
-- ** Editor composition
, (|*|), (|*), (*|)
, (-*-), (-*), (*-)
, field
, Vertically(..)
, Horizontally(..)
-- ** Editor constructors
, editorUnit
, editorIdentity
, editorReadShow
, editorEnumBounded
, editorSelection
, editorSum
, editorJust
-- ** Generic editors
, editorGeneric
, editorGenericSimple
)where
import Graphics.UI.Threepenny.Editors.Profunctor