diff --git a/prototype/Doubt/Free.swift b/prototype/Doubt/Free.swift index d58b3d358..ad2682164 100644 --- a/prototype/Doubt/Free.swift +++ b/prototype/Doubt/Free.swift @@ -193,7 +193,7 @@ public func == (left: return Free.equals(pure: ==, leaf: ==)(left, right) } -public func == (left: Free>, right: Free>) -> Bool { +public func == (left: Free>, right: Free>) -> Bool { return Free.equals(pure: Patch.equals(Term.equals(==)), leaf: ==)(left, right) }