| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Modelling.Auxiliary.Output
Description
This module provides common skeletons for printing tasks
Documentation
addPretext :: forall (m :: Type -> Type) a. OutputCapable m => LangM' m a -> LangM' m a Source #
checkTaskText :: (Bounded element, Enum element, Eq element, Show element) => [SpecialOutput element] -> Maybe String Source #