diff options
author | Camil Staps | 2019-10-22 14:52:47 +0200 |
---|---|---|
committer | Camil Staps | 2019-10-22 14:52:47 +0200 |
commit | dc004b45f8b499a4c35b08f8e18f641354f9b9d1 (patch) | |
tree | 4d82f92169922662299c51772e8e4cc62d9390d9 /src/Gtk/Widgets.dcl | |
parent | Alphabetic order in Gtk.Widgets (diff) |
Add custom GtkM state monad with a bind that does not grow the stack
Diffstat (limited to 'src/Gtk/Widgets.dcl')
-rw-r--r-- | src/Gtk/Widgets.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gtk/Widgets.dcl b/src/Gtk/Widgets.dcl index b027511..b6d6619 100644 --- a/src/Gtk/Widgets.dcl +++ b/src/Gtk/Widgets.dcl @@ -5,7 +5,7 @@ from StdMaybe import :: Maybe from System.FilePath import :: FilePath from System._Pointer import :: Pointer -from Gtk.State import :: State, :: StateT, :: Identity, :: GtkState, :: GtkM +from Gtk.State import :: GtkM from Gtk.Types import :: GtkCSSClass, :: GtkDirection, :: GtkExpand, :: GtkFileChooserAction, :: GtkLabel, :: GtkMargins, :: GtkOrientation, :: GtkPanedHandleWidth, :: GtkResize, :: GtkResponse, :: GtkShrink, |