View Source Recode.IO (Recode v0.1.0)

This module provides IO functions and contains the color schema for Recode.

Link to this section Summary

Functions

Similar to write/1, but adds a newline at the end.

Formats a chardata-like argument by converting named ANSI sequences into actual ANSI codes and writes it to :stdio.

Link to this section Types

@type color() :: :del | :equal | :file | :info | :ins | :issue | :line_num | :warn

Link to this section Functions

Similar to write/1, but adds a newline at the end.

See IO.ANSI.reverse/0.

See IO.ANSI.reverse_off/0.

Formats a chardata-like argument by converting named ANSI sequences into actual ANSI codes and writes it to :stdio.