deed_fmt
Formats Deed source code into the standard layout. Returns formatted text or parse errors when the input 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. |