1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

Change Syntax’s JSON heading.

This commit is contained in:
Rob Rix 2015-10-09 08:40:57 -04:00
parent 3e47d529cc
commit ef01e25d47

View File

@ -86,7 +86,7 @@ extension Syntax where Recur: Hashable, A: Hashable {
}
// MARK: - JSONConvertible
// MARK: - JSON
extension Syntax {
public func JSON(ifLeaf ifLeaf: A -> Doubt.JSON, ifRecur: Recur -> Doubt.JSON) -> Doubt.JSON {