pulsar/src/Aspect.hs

9 lines
249 B
Haskell

module Aspect where
import Text.ParserCombinators.Parsec
{-| Aspects represent the tasks that something is suitable for as well as its properties.
-- They are nominally formed of an Aspect type (which amounts to an Enum), as well an amount.
|--}