mirror of
https://github.com/github/semantic.git
synced 2024-11-29 11:02:26 +03:00
Evaluate the algorithm.
This commit is contained in:
parent
2b9993c5f4
commit
e736116211
@ -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(String(reflecting: FreeAlgorithm<Info, Free<Info, Patch<Info>>>(a, b)))
|
||||
print(String(reflecting: FreeAlgorithm<Info, Free<Info, Patch<Info>>>(a, b).evaluate()))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user