mirror of
https://github.com/github/semantic.git
synced 2024-12-28 09:21:35 +03:00
I’m very confused as to how this has remained broken.
This commit is contained in:
parent
81a80ffea0
commit
05e1b97c90
@ -104,5 +104,5 @@ extension Fix where A: StringConvertible {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if let a = arguments[1].flatMap({ Fix<Info>(path: $0) }), b = arguments[2].flatMap({ Fix<Info>(path: $0) }) {
|
if let a = arguments[1].flatMap({ Fix<Info>(path: $0) }), b = arguments[2].flatMap({ Fix<Info>(path: $0) }) {
|
||||||
print(FreeAlgorithm<Info, Free<Info, Patch<Info>>>(a, b).evaluate())
|
print(Algorithm<Info, Free<Info, Patch<Info>>>(a, b).evaluate())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user