1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 00:44:57 +03:00

I’m very confused as to how this has remained broken.

This commit is contained in:
Rob Rix 2015-10-09 09:02:02 -05:00
parent 81a80ffea0
commit 05e1b97c90

View File

@ -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) }) {
print(FreeAlgorithm<Info, Free<Info, Patch<Info>>>(a, b).evaluate())
print(Algorithm<Info, Free<Info, Patch<Info>>>(a, b).evaluate())
}