1
1
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:
Rob Rix 2015-10-14 13:57:21 -04:00
parent 92cb1927d1
commit 3e75895c4d

View File

@ -4,3 +4,6 @@ public protocol TermType {
var out: Syntax<Self, LeafType> { get }
}
extension Fix: TermType {}