threepenny-editors-0.2.0.5: src/Graphics/UI/Threepenny/Editors.hs
module Graphics.UI.Threepenny.Editors
( -- * Editors
Editor(..)
, edited
, contents
, EditorFactory
, createEditor
, Editable(..)
-- ** Editor compoosition
, (|*|), (|*), (*|)
, (-*-), (-*), (*-)
, field
-- ** Editor constructors
, editorUnit
, editorReadShow
, editorEnumBounded
, editorSum
, editorJust
-- ** Generic editors
, editorGeneric
, editorGenericSimple
-- * Reexports
, Compose(..)
)where
import Graphics.UI.Threepenny.Editors.Profunctor