diff --git a/prototype/Doubt/Free.swift b/prototype/Doubt/Free.swift index 3a124d752..1481b2e46 100644 --- a/prototype/Doubt/Free.swift +++ b/prototype/Doubt/Free.swift @@ -139,7 +139,7 @@ extension Free where B: PatchType, B.Element == Cofree { public var inverse: Free { - return map { B(patch: $0.patch.inverse) } + return map { $0.inverse } } }