modelling-tasks-0.0.0.1
Safe HaskellNone
LanguageHaskell2010

Modelling.CdOd.Generate

Documentation

generateCds :: forall (m :: Type -> Type) g. (MonadAlloy m, RandomGen g) => Maybe Bool -> ClassConfig -> RelationshipProperties -> Maybe Integer -> Maybe Int -> RandT g m [AlloyInstance] Source #

instanceToAnyCd :: MonadThrow m => AlloyInstance -> m AnyCd Source #

instanceToCd :: MonadThrow m => AlloyInstance -> m Cd Source #