Skip to content

Commit 09b4993

Browse files
committed
Update stdlib.rst
1 parent 8cdbcfd commit 09b4993

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

user_manual/generated/stdlib.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ Functions
181181
Get whether the given node is a Name representing the standard True
182182
literal.
183183

184+
.. function:: is_tasking_construct(node)
185+
186+
Returns whether the given node is a construct related to Ada tasking,
187+
in other words: All constructs described in the section 9 of Ada RM.
188+
184189
.. function:: is_unchecked_conversion(node)
185190

186191
Return true if node represents an instantiation of the

0 commit comments

Comments
 (0)