summaryrefslogtreecommitdiff
path: root/src/Gtk/Tune.icl
blob: f4553bc4b14724840e6d7c6957f119697779f33d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
implementation module Gtk.Tune

import StdEnv

import Control.Applicative
import Control.Monad

import Gtk

(<<@) infixl 2 :: !(GtkM elem) !option -> GtkM elem | tune elem option
(<<@) elemf option = elemf >>= tune option