From 05e1b97c900fcc5baee262a3f8889de6885a1d63 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 9 Oct 2015 09:02:02 -0500 Subject: [PATCH] =?UTF-8?q?I=E2=80=99m=20very=20confused=20as=20to=20how?= =?UTF-8?q?=20this=20has=20remained=20broken.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prototype/doubt-swift/main.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype/doubt-swift/main.swift b/prototype/doubt-swift/main.swift index 9160e0716..bfe90dea4 100644 --- a/prototype/doubt-swift/main.swift +++ b/prototype/doubt-swift/main.swift @@ -104,5 +104,5 @@ extension Fix where A: StringConvertible { } if let a = arguments[1].flatMap({ Fix(path: $0) }), b = arguments[2].flatMap({ Fix(path: $0) }) { - print(FreeAlgorithm>>(a, b).evaluate()) + print(Algorithm>>(a, b).evaluate()) }