packages feed

calamity-0.1.0.0: src/Calamity/Types/Model/Channel.hs-boot

-- | The generic channel type
module Calamity.Types.Model.Channel
    ( Channel ) where

data Channel
instance Show Channel
instance Eq Channel