harn-parser 0.8.25

Parser, AST, and type checker for the Harn programming language
Documentation
# HARN-FMT-002 — source is not in canonical format

**Category:** Formatter (FMT)  
**Variant:** `Code::FormatterWouldReformat` (formatter would reformat)

## What it means

The formatter could not produce a canonical layout for this source — either
because parsing failed first, or because the existing layout drifts from the
canonical form.

Specifically: source is not in canonical format.

## How to fix

- Run `harn fmt` to bring the file to canonical form, or fix the parse error blocking the formatter.

## Stability

This code is stable. Its identifier, category, and meaning will not change
without a deprecation cycle. Cross-language tooling and IDE integrations can
dispatch on it directly.