curly-0.59.5: A minimal cross-compiler for the simply-typed lambda-calculus
Curly.Style
Contents
Synopsis
data ANSITerm Source #
Instances
Methods
setBold :: ANSITerm -> Bool -> String #
setUnderlined :: ANSITerm -> Bool -> String #
setItalic :: ANSITerm -> Bool -> String #
setForegroundColor :: ANSITerm -> TermColor -> String #
setBackgroundColor :: ANSITerm -> TermColor -> String #
restoreDefaultColors :: ANSITerm -> String #
setupTerm :: String -> IO ANSITerm Source #
setupTermFromEnv :: IO ANSITerm Source #