diff --git a/prototype/Doubt/Vertex.swift b/prototype/Doubt/Vertex.swift index d5c84bc95..20fb81327 100644 --- a/prototype/Doubt/Vertex.swift +++ b/prototype/Doubt/Vertex.swift @@ -32,7 +32,7 @@ public enum Vertex { public var diagonal: Memo { return right.flatMap { $0.down } } - + public init(rows: S1, columns: S2, combine: (S1.Generator.Element, S2.Generator.Element) -> Element) { let rows = Stream(sequence: rows)