Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Modelling.ActivityDiagram.EnterAS
Documentation
data EnterASInstance Source #
Constructors
EnterASInstance | |
Fields
|
Instances
data EnterASConfig Source #
Constructors
EnterASConfig | |
Fields
|
Instances
newtype EnterASSolution Source #
Constructors
EnterASSolution | |
Fields
|
Instances
Show EnterASSolution Source # | |
Defined in Modelling.ActivityDiagram.EnterAS Methods showsPrec :: Int -> EnterASSolution -> ShowS # show :: EnterASSolution -> String # showList :: [EnterASSolution] -> ShowS # | |
Eq EnterASSolution Source # | |
Defined in Modelling.ActivityDiagram.EnterAS Methods (==) :: EnterASSolution -> EnterASSolution -> Bool # (/=) :: EnterASSolution -> EnterASSolution -> Bool # |
enterASAlloy :: EnterASConfig -> String Source #
enterASTask :: (MonadPlantUml m, MonadWriteFile m, OutputCapable m) => FilePath -> EnterASInstance -> LangM m Source #
enterASInitial :: [String] Source #
enterASSyntax :: OutputCapable m => EnterASInstance -> [String] -> LangM m Source #
enterASEvaluation :: OutputCapable m => EnterASInstance -> [String] -> Rated m Source #
enterASSolution :: EnterASInstance -> [String] Source #
enterAS :: (MonadAlloy m, MonadThrow m) => EnterASConfig -> Int -> Int -> m EnterASInstance Source #