From a917331f35879ea7431e5e7cfc2b21c463803509 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 9 Oct 2015 08:25:26 -0400 Subject: [PATCH] =?UTF-8?q?Section=20mark=20for=20Info=E2=80=99s=20CustomD?= =?UTF-8?q?ebugStringConvertible=20implementation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prototype/Doubt/Info.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prototype/Doubt/Info.swift b/prototype/Doubt/Info.swift index af8d0a3ec..79cd09813 100644 --- a/prototype/Doubt/Info.swift +++ b/prototype/Doubt/Info.swift @@ -9,6 +9,9 @@ public enum Info: AlgebraicHashable, CustomDebugStringConvertible { } } + + // MARK: AlgebraicHashable + public var hash: Hash { switch self { case let .Literal(source, categories):