packages feed

piyo-0.1.0.0: src/Piyo/Types.hs

-- | Types.
-- Type synonyms are used for readability for now.
module Piyo.Types
    ( Input(..)
    , Color(..)
    , Asset(..)
    , ImageMap
    , X
    , Y
    , Width
    , Height
    , Radius
    , IdX
    , IdY
    , CntX
    , CntY
    )
where

import           Piyo.Internal.Types