1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 11:04:00 +03:00

Section header for CustomDebugStringConvertible.

This commit is contained in:
Rob Rix 2015-10-22 11:35:25 -04:00
parent 6d665ff391
commit 453fd80318

View File

@ -18,6 +18,9 @@ public enum Syntax<Recur, A>: CustomDebugStringConvertible {
}
}
// MARK: CustomDebugStringConvertible
public var debugDescription: String {
switch self {
case let .Leaf(n):