diff --git a/prototype/Doubt/SES.swift b/prototype/Doubt/SES.swift index 225604e7a..843cd17c0 100644 --- a/prototype/Doubt/SES.swift +++ b/prototype/Doubt/SES.swift @@ -7,10 +7,6 @@ public func SES(a: C, _ b: C, cost: Free>) -> Stream<(Diff, Int)> { - return .Cons((diff, cost(diff) + (rest.value.first?.1 ?? 0)), rest) - } - // A matrix whose values are streams representing paths through the edit graph, carrying both the diff & the cost of the remainder of the path. var matrix: Matrix, C.Index>! matrix = Matrix(across: a.startIndex..