Skip to content

Commit 80914b6

Browse files
committed
Fix comments
1 parent d2084c0 commit 80914b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TraceTheory/TraceTheory/Language.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def isStarConnected_trace (I : Independence α) : RegularExpression α → Prop
525525
| P * Q => isStarConnected I P ∧ isStarConnected I Q
526526
| RegularExpression.star P => isStarConnected I P ∧ (∀ t ∈ matches_trace I P, @isConnected α I t)
527527

528-
-- Interpretation of this RegularExpression as operating on trace languages.
528+
-- Interpretation of this RegularExpression as a <c-rational expression> operating on trace languages.
529529
def matches_cstar_trace (I : Independence α) : RegularExpression α → Set (Trace I)
530530
| 0 => {}
531531
| 1 => {⟦[]⟧}

0 commit comments

Comments
 (0)