packages feed

calamity-0.1.9.0: src/Calamity/Commands/Context.hs-boot

-- | Command invokation context
module Calamity.Commands.Context
    ( Context ) where

import           TextShow

data Context

instance Show Context
instance TextShow Context