xmobar-0.29: src/Xmobar/Run/Runnable.hs-boot
{-# LANGUAGE ExistentialQuantification #-}
module Xmobar.Run.Runnable where
import Xmobar.Run.Commands
data Runnable = forall r . (Exec r,Read r,Show r) => Run r
instance Read Runnable
instance Exec Runnable