UniHs-0.0.1.0: Maintain and create assessment template directories from templates
Safe HaskellSafe-Inferred
LanguageHaskell2010

Printing

Synopsis

Documentation

type URI = String #

startSGRScope :: [SGR] -> SGRStack a -> IO a #

Start a new SGR scope with the provided initial SGR paramaters.

nestedSGRScope :: [SGR] -> SGRStack a -> SGRStack a #

Start an inner SGR scope, appending the provided options to the stack. These options are set in order, after previously provided options.

sgrRed :: [SGR] #

debug :: String -> IO () #