deed_fmt
Formats Deed source code into a canonical layout, returning formatted text or parse diagnostics if the code does not parse.
Instructions
Format a Deed program into the one layout the formatter chooses. Returns the formatted text, or the parse diagnostics when the file does not parse, because a file with no tree has no layout to pick.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The whole text of one Deed module. |