1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 11:02:26 +03:00

Add a typealias for diffs.

This commit is contained in:
Rob Rix 2015-10-06 13:16:32 -04:00
parent ea09799e58
commit cd2faed7ce

View File

@ -34,6 +34,7 @@ final class DiffTests: XCTestCase {
}
private typealias Term = Fix<Info>
private typealias Diff = Free<Info, Patch<Info>>
private let a = Term.In(.Leaf(.Literal("a", [])))
private let b = Term.In(.Leaf(.Literal("b", [])))