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