mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
Fix is a TermType.
This commit is contained in:
parent
92cb1927d1
commit
3e75895c4d
@ -4,3 +4,6 @@ public protocol TermType {
|
||||
|
||||
var out: Syntax<Self, LeafType> { get }
|
||||
}
|
||||
|
||||
|
||||
extension Fix: TermType {}
|
||||
|
Loading…
Reference in New Issue
Block a user