We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782863c commit 73a5279Copy full SHA for 73a5279
docs/Lexicon.md
@@ -111,6 +111,11 @@ the AST level. See also [witness table](#witness-table).
111
context. This type may contain [archetypes](#archetype) and cannot be
112
used directly from outside the context. Compare with [interface type](#interface-type).
113
114
+## critical edge
115
+
116
+An edge in a control flow graph where the destination has multiple predecessors
117
+and the source has multiple successors.
118
119
## customization point
120
121
Informal term for a protocol requirement that has a default implementation,
0 commit comments