We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cdbcfd + 09b4993 commit 0e74f58Copy full SHA for 0e74f58
user_manual/generated/stdlib.rst
@@ -181,6 +181,11 @@ Functions
181
Get whether the given node is a Name representing the standard True
182
literal.
183
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
189
.. function:: is_unchecked_conversion(node)
190
191
Return true if node represents an instantiation of the
0 commit comments