From dc004b45f8b499a4c35b08f8e18f641354f9b9d1 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 22 Oct 2019 14:52:47 +0200 Subject: Add custom GtkM state monad with a bind that does not grow the stack --- src/Gtk/Tune.icl | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Gtk/Tune.icl') diff --git a/src/Gtk/Tune.icl b/src/Gtk/Tune.icl index a6d9b0e..d04d691 100644 --- a/src/Gtk/Tune.icl +++ b/src/Gtk/Tune.icl @@ -4,8 +4,6 @@ import StdEnv import Control.Applicative import Control.Monad -import Control.Monad.Identity -import Control.Monad.State import Gtk -- cgit v1.2.3