caffeine_lang/error_renderer

Values

pub fn render_all_plain(
  errors: List(errors.CompilationError),
) -> String

Renders a list of CompilationErrors to a plain-text string.

pub fn render_plain(error: errors.CompilationError) -> String

Renders a CompilationError to a plain-text diagnostic string.

Search Document