Fill the holes in: $ARGUMENTS
/plugin marketplace add rhinoman/slop-plugin/plugin install rhinoman-slop@rhinoman/slop-pluginFill the holes in: $ARGUMENTS ## Instructions Read the specified SLOP file and fill each `(hole ...)` expression with a valid implementation. ### Constraints for Each Hole You MUST respect these constraints strictly: 1. **Type**: The implementation must return the type specified in the hole 2. **:context**: You may ONLY use identifiers listed in the `:context` attribute, plus any SLOP built-in functions from the language spec (arithmetic, list operations, map operations, string operations, control flow, etc.) 3. **:required**: Every identifier in `:required` MUST appear in your impleme...