Skip to content

Commit

Permalink
add sentence correspondingly to other loop combinators' documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoigtlaender committed Aug 17, 2023
1 parent 35cc42f commit 4e687f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/IOTasks/Internal/Specification.hs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ whileNot c bdy
--
-- The 'while' function takes a condition and a body specification, and constructs a loop structure where:
--
-- * The 'ConditionTerm' 'Bool' argument is the condition to be evaluated at the beginning of each iteration.
-- * The 'ConditionTerm' 'Bool' argument is the condition to be evaluated at the beginning of each iteration. The loop continues as long as the condition is 'True'.
-- * The 'Specification' argument is the body of the loop, executed while the condition is 'True'.
--
-- The function assumes that the body specification does not contain a top-level 'exit' marker.
Expand Down

0 comments on commit 4e687f5

Please sign in to comment.