packages feed

xmobar-0.12: src/Runnable.hs-boot

{-# LANGUAGE ExistentialQuantification  #-}
module Runnable where
import Commands

data Runnable = forall r . (Exec r,Read r,Show r) => Run r

instance Read Runnable
instance Exec Runnable