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.
1 parent d2084c0 commit 80914b6Copy full SHA for 80914b6
1 file changed
TraceTheory/TraceTheory/Language.lean
@@ -525,7 +525,7 @@ def isStarConnected_trace (I : Independence α) : RegularExpression α → Prop
525
| P * Q => isStarConnected I P ∧ isStarConnected I Q
526
| RegularExpression.star P => isStarConnected I P ∧ (∀ t ∈ matches_trace I P, @isConnected α I t)
527
528
--- Interpretation of this RegularExpression as operating on trace languages.
+-- Interpretation of this RegularExpression as a <c-rational expression> operating on trace languages.
529
def matches_cstar_trace (I : Independence α) : RegularExpression α → Set (Trace I)
530
| 0 => {}
531
| 1 => {⟦[]⟧}
0 commit comments