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:
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) }) {
|
||||
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