mirror of
https://github.com/github/semantic.git
synced 2024-12-01 09:15:01 +03:00
Typealiases.
This commit is contained in:
parent
34777ef796
commit
0f59062570
@ -2,6 +2,9 @@ final class DiffTests: XCTestCase {
|
||||
override static func setUp() {
|
||||
sranddev()
|
||||
}
|
||||
|
||||
typealias Term = RangedTerm.Term
|
||||
typealias Diff = Free<String, Patch<Term>>
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user