lgtk-0.1.0.1: lens-based GUI with Gtk backend

Safe HaskellNone

GUI.MLens.Gtk.Demos.TEditor

Synopsis

Documentation

data T Source

Binary tree shapes

Constructors

Leaf 
Node T T 

Instances

Show T 
ADTLens T

ADTLens instance for T

tLens :: Monad m => MLens m (Bool, (T, T)) TSource

Lens for T

tEditor1 :: (Functor m, ExtRef m) => I mSource

T editor with comboboxes, as an ADTEditor

tEditor2 :: ExtRef m => I mSource

T editor with checkboxes, given directly

tEditor3 :: ExtRef m => Ref m T -> m (I m)Source

Another T editor with checkboxes, given directly