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:
parent
ea09799e58
commit
cd2faed7ce
@ -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", [])))
|
||||
|
Loading…
Reference in New Issue
Block a user