@[implicit_reducible]
Equations
Equations
- System.Console.ANSI.instBEqColor.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
@[implicit_reducible]
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
ANSI text intensity.
Instances For
@[implicit_reducible]
Equations
Equations
- System.Console.ANSI.instBEqIntensity.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
@[implicit_reducible]
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Set foreground color.
Equations
- System.Console.ANSI.setFg System.Console.ANSI.Color.black = toString "\x1b[" ++ toString 30 ++ toString "m"
- System.Console.ANSI.setFg System.Console.ANSI.Color.red = toString "\x1b[" ++ toString 31 ++ toString "m"
- System.Console.ANSI.setFg System.Console.ANSI.Color.green = toString "\x1b[" ++ toString 32 ++ toString "m"
- System.Console.ANSI.setFg System.Console.ANSI.Color.yellow = toString "\x1b[" ++ toString 33 ++ toString "m"
- System.Console.ANSI.setFg System.Console.ANSI.Color.blue = toString "\x1b[" ++ toString 34 ++ toString "m"
- System.Console.ANSI.setFg System.Console.ANSI.Color.magenta = toString "\x1b[" ++ toString 35 ++ toString "m"
- System.Console.ANSI.setFg System.Console.ANSI.Color.cyan = toString "\x1b[" ++ toString 36 ++ toString "m"
- System.Console.ANSI.setFg System.Console.ANSI.Color.white = toString "\x1b[" ++ toString 37 ++ toString "m"
Instances For
Set background color.
Equations
- System.Console.ANSI.setBg System.Console.ANSI.Color.black = toString "\x1b[" ++ toString 40 ++ toString "m"
- System.Console.ANSI.setBg System.Console.ANSI.Color.red = toString "\x1b[" ++ toString 41 ++ toString "m"
- System.Console.ANSI.setBg System.Console.ANSI.Color.green = toString "\x1b[" ++ toString 42 ++ toString "m"
- System.Console.ANSI.setBg System.Console.ANSI.Color.yellow = toString "\x1b[" ++ toString 43 ++ toString "m"
- System.Console.ANSI.setBg System.Console.ANSI.Color.blue = toString "\x1b[" ++ toString 44 ++ toString "m"
- System.Console.ANSI.setBg System.Console.ANSI.Color.magenta = toString "\x1b[" ++ toString 45 ++ toString "m"
- System.Console.ANSI.setBg System.Console.ANSI.Color.cyan = toString "\x1b[" ++ toString 46 ++ toString "m"
- System.Console.ANSI.setBg System.Console.ANSI.Color.white = toString "\x1b[" ++ toString 47 ++ toString "m"
Instances For
Set text intensity (bold/normal).
Equations
Instances For
Wrap text with foreground color and reset.
Equations
Instances For
Wrap text as bold.