deed_fix
Apply all confident compiler-offered fixes to a Deed module and return the repaired source, while leaving uncertain suggestions for manual review in deed_check.
Instructions
Apply every machine-applicable repair the compiler offers and return the repaired program. Only the repairs deed fix would apply without asking; a suggestion the compiler is not sure about is left for the reader and shows up in deed_check instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The whole text of one Deed module. |