diff --git a/prototype/Doubt/Cofree.swift b/prototype/Doubt/Cofree.swift index 5e9b4876a..670f2eefe 100644 --- a/prototype/Doubt/Cofree.swift +++ b/prototype/Doubt/Cofree.swift @@ -29,6 +29,7 @@ extension Cofree { // MARK: - Comonad extension Cofree { + /// Returns the value annotating the syntax tree at this node. public var extract: B { switch self { case let .Unroll(b, _):