Modelling.ActivityDiagram.Config
data AdConfig Source #
Constructors
Fields
Defined in Modelling.ActivityDiagram.Config
Associated Types
type Rep AdConfig :: Type -> Type #
Methods
from :: AdConfig -> Rep AdConfig x #
to :: Rep AdConfig x -> AdConfig #
readsPrec :: Int -> ReadS AdConfig #
readList :: ReadS [AdConfig] #
readPrec :: ReadPrec AdConfig #
readListPrec :: ReadPrec [AdConfig] #
showsPrec :: Int -> AdConfig -> ShowS #
show :: AdConfig -> String #
showList :: [AdConfig] -> ShowS #
defaultAdConfig :: AdConfig Source #
checkAdConfig :: AdConfig -> Maybe String Source #