keera-hails-mvc-view-gtk-0.0.3.3: src/Hails/MVC/View/GladeView.hs
-- | The environment that contains both the view and the model. -- module Hails.MVC.View.GladeView where -- Internal libraries import Graphics.UI.Gtk.Builder class GladeView a where ui :: a -> Builder