1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00

Typealiases.

This commit is contained in:
Rob Rix 2015-10-16 17:13:51 -04:00
parent 34777ef796
commit 0f59062570

View File

@ -2,6 +2,9 @@ final class DiffTests: XCTestCase {
override static func setUp() {
sranddev()
}
typealias Term = RangedTerm.Term
typealias Diff = Free<String, Patch<Term>>
}