modelling-tasks-0.0.0.1
Safe HaskellSafe-Inferred
LanguageHaskell2010

Modelling.Auxiliary.Output

Description

This module provides common skeletons for printing tasks

Documentation

addPretext :: OutputCapable m => LangM' m a -> LangM' m a Source #

checkTaskText :: (Bounded element, Enum element, Eq element, Show element) => [SpecialOutput element] -> Maybe String Source #

directionsAdvice :: OutputCapable m => LangM m Source #

extra :: OutputCapable m => Maybe (Map Language String) -> LangM m Source #

hoveringInformation :: OutputCapable m => LangM m Source #

simplifiedInformation :: OutputCapable m => LangM m Source #

uniform :: a -> Map Language a Source #