[]→boolean, []→⊤
Source: /avail/Avail/Foundation/Control Structures
Categories: Control Structures, Loops
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | predicate | []→boolean | The function that guards repeated application of action. | |
2 | action | []→⊤ | The function to apply whenever predicate answers true. | |
Returns | ⊤ |