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